1016 Keysight InfiniiVision 3000T X-Series Oscilloscopes Programmer's Guide
33 :TRIGger Commands
:TRIGger:MODE
(see page 1276)
Command Syntax
:TRIGger:MODE <mode>
<mode> ::= {EDGE | GLITch | PATTern | TV | DELay | EBURst | OR | RUNT
| SHOLd | TRANsition | SBUS{1 | 2}}
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 | DEL | EBUR | OR | RUNT | SHOL
| TRAN | SBUS{1 | 2}}
See Also • "Introduction to :TRIGger Commands" on page 1007
• ":TRIGger:SWEep" on page 1018
• ":TIMebase:MODE" on page 997
Example Code
' TRIGGER_MODE - Set the trigger mode to EDGE.
myScope.WriteString ":TRIGger:MODE EDGE"
See complete example programs at: Chapter 42, “Programming Examples,”
starting on page 1285