1076
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
31
:TRIGger Commands
:TRIGger:MODE
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".
If the PXIe oscilloscope module is set up as a slave module in PXI triggering (see
:TRIGger:PXI:MODE), the query returns "PXIS".
Return Format
<mode><NL>
<mode> ::= {EDGE | GLIT | PATT | TV | DEL | EBUR | OR | RUNT | SHOL
| TRAN | SBUS{1 | 2} | NFC | PXIS}
See Also
•
"Introduction to :TRIGger Commands"
•
•
Example Code
' TRIGGER_MODE - Set the trigger mode to EDGE.
myScope.WriteString ":TRIGger:MODE EDGE"
See complete example programs at: