1308 Keysight InfiniiVision 4000 X-Series Oscilloscopes Programmer's Guide
35 :TRIGger Commands
:TRIGger:MODE
(see page 1610)
Command Syntax
:TRIGger:MODE <mode>
<mode> ::= {EDGE | GLITch | PATTern | TV | DELay | EBURst | OR | RUNT
| SHOLd | TRANsition | SBUS{1 | 2} | NFC}
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} | NFC}
See Also • "Introduction to :TRIGger Commands" on page 1295
• ":TRIGger:SWEep" on page 1310
• ":TIMebase:MODE" on page 1283
Example Code
' TRIGGER_MODE - Set the trigger mode to EDGE.
myScope.WriteString ":TRIGger:MODE EDGE"
See complete example programs at: Chapter 44, “Programming Examples,”
starting on page 1619