Technical data

Table Of Contents
Commands by Subsystem 5
Agilent InfiniiVision 6000 Series Oscilloscopes Programmer's Guide 485
:TRIGger:MODE
(see page 798)
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 479
":TRIGger:SWEep" on page 489
":TIMebase:MODE" on page 469
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 824