User Manual

Table Of Contents
580 Keysight InfiniiVision 1000 X-Series Oscilloscopes Programmer's Guide
27 :TRIGger Commands
:TRIGger:MODE
(see page 782)
Command Syntax
:TRIGger:MODE <mode>
<mode> ::= {EDGE | GLITch | PATTern | SHOLd | TRANsition | TV | SBUS1}
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 | SHOL | TRAN | TV | SBUS1}
See Also "Introduction to :TRIGger Commands" on page 571
":TRIGger:SWEep" on page 582
":TIMebase:MODE" on page 561
Example Code
' TRIGGER_MODE - Set the trigger mode to EDGE.
myScope.WriteString ":TRIGger:MODE EDGE"
See complete example programs at: Chapter 36, “Programming Examples,”
starting on page 791
NOTE
The PATTern, SHOLd, and TRANsition modes are available on the DSOX1000-Series
oscilloscopes only.