Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-173
:TRIGger:VIDeo:MODE
:TRIGger:VIDeo:MODE <mode>
:TRIGger:VIDeo:MODE?
Sets or queries the sync type of Video trigger.
{ODDField|EVENfield|LINE|ALINes}
 ODDField: indicates the odd field. The oscilloscope triggers on the rising edge of
the first ramp waveform in the odd field. It is available when the video standard is
NTSC or PAL/SECAM.
 EVENfield: indicates the even field. The oscilloscope triggers on the rising edge of
the first ramp waveform in the even field. It is available when the video standard is
NTSC or PAL/SECAM.
 LINE: for NTSC and PAL/SECAM video standards, the oscilloscope triggers on the
specified line in the odd or even field. For 480P and 576P video standards, the
oscilloscope triggers on the specified line.
 ALINes: triggers on all the horizontal sync pulses.
The query returns ODDF, EVEN, LINE, or ALIN.
:TRIGger:VIDeo:MODE ODDField /*Sets the sync type to odd field.*/
:TRIGger:VIDeo:MODE? /*The query returns ODDF.*/
:TRIGger:VIDeo:LINE
:TRIGger:VIDeo:LINE <line>
:TRIGger:VIDeo:LINE?
Sets or queries the sync type of Video trigger to Line.
 NTSC: 1 to 525
 PAL/SECAM: 1 to 625
 480P: 1 to 525
 576P: 1 to 525
The query returns an integer.
:TRIGger:VIDeo:LINE 100 /*Sets the line number to 100.*/
:TRIGger:VIDeo:LINE? /*The query returns 100.*/