User manual
RIGOL Chapter 2 Command System
2-174 MSO1000Z/DS1000Z Programming Guide
:TRIGger:VIDeo:MODE
Syntax :TRIGger:VIDeo:MODE <mode>
:TRIGger:VIDeo:MODE?
Description
Set or query the sync type in video trigger.
Parameter
Name
Type
Range
Default
<mode> Discrete {ODDField|EVENfield|LINE|ALINes} ALINes
Explanation ODDField: trigger on the rising edge of the first ramp waveform pulse in the odd
field. This type is available when the video standard is NTSC or PAL/SECAM.
EVENfield: trigger on the rising edge of the first ramp waveform pulse in the even
field. This type is available when the video standard is NTSC or PAL/SECAM.
LINE: for the NTSC and PAL/SECAM video standards, trigger on the specified line in
the odd or even field; for the 480P and 576P video standards, trigger on the specified
line.
ALINes: trigger on all the horizontal sync pulses.
Return
Format
The query returns ODDF, EVEN, LINE, or ALIN.
Example
:TRIGger:VIDeo:MODE ODDField /*Set the sync type to odd field*/
:TRIGger:VIDeo:MODE? /*The query returns ODDF*/
Related
Commands
:TRIGger:VIDeo:LINE
:TRIGger:VIDeo:STANdard
:TRIGger:VIDeo:LINE
Syntax :TRIGger:VIDeo:LINE <line>
:TRIGger:VIDeo:LINE?
Description
Set or query the line number when the sync type in video trigger is LINE.
Parameter
Name Type Range Default
<line> Integer
Refer to Explanation
1
Explanation NTSC: 1 to 525
PAL/SECAM: 1 to 625
480P: 1 to 525
576P: 1 to 625
Return
Format
The query returns an integer.
Example
:TRIGger:VIDeo:LINE 100 /*Set the line number to 100*/
:TRIGger:VIDeo:LINE? /*The query returns 100*/
Related
Command
:TRIGger:VIDeo:MODE