Technical data
598 Agilent InfiniiVision 2000 X-Series Oscilloscopes Programmer's Guide
29 :TRIGger Commands
:TRIGger:MODE
(see page 790)
Command Syntax
:TRIGger:MODE <mode>
<mode> ::= {EDGE | GLITch | PATTern | TV}
The :TRIGger:MODE command selects the trigger mode (trigger type).
Query Syntax
:TRIGger:MODE?
The :TRIGger:MODE? query returns the current trigger mode. If the
:TIMebase:MODE is ROLL or XY, the query returns "NONE".
Return Format
<mode><NL>
<mode> ::= {EDGE | GLIT | PATT | TV}
See Also • "Introduction to :TRIGger Commands" on page 589
• ":TRIGger:SWEep" on page 600
• ":TIMebase:MODE" on page 579
Example Code
' TRIGGER_MODE - Set the trigger mode to EDGE.
myScope.WriteString ":TRIGger:MODE EDGE"
See complete example programs at: Chapter 38, “Programming Examples,”
starting on page 799