Technical data
Commands by Subsystem 5
Agilent InfiniiVision 5000 Series Oscilloscopes Programmer's Guide 447
:TRIGger:MODE
(see page 750)
Command Syntax
:TRIGger:MODE <mode>
<mode> ::= {EDGE | GLITch | PATTern | CAN | DURation | I2S |IIC
| EBURst | LIN | M1553| SEQuence | SPI | TV | UART
| USB | FLEXray}
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> ::= {NONE | EDGE | GLIT | PATT | CAN | DUR | I2S
| IIC | EBUR | LIN | M1553| SEQ | SPI | TV | UART
| USB | FLEX}
See Also • "Introduction to :TRIGger Commands" on page 440
• ":TRIGger:SWEep" on page 451
• ":TIMebase:MODE" on page 431
Example Code
' TRIGGER_MODE - Set the trigger mode to EDGE.
myScope.WriteString ":TRIGGER:MODE EDGE"
Example program from the start: "VISA COM Example in Visual Basic" on
page 776