RIGOL  Chapter 2 Command System 
2-174    MSO1000Z/DS1000Z Programming Guide 
:TRIGger:VIDeo:MODE 
:TRIGger:VIDeo:MODE <mode> 
:TRIGger:VIDeo:MODE? 
Set or query the sync type in video trigger.   
{ODDField|EVENfield|LINE|ALINes} 
  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. 
The query returns ODDF, EVEN, LINE, or ALIN.   
:TRIGger:VIDeo:MODE ODDField /*Set the sync type to odd field*/ 
:TRIGger:VIDeo:MODE?                        /*The query returns ODDF*/ 
:TRIGger:VIDeo:LINE 
:TRIGger:VIDeo:STANdard 
 
 
:TRIGger:VIDeo:LINE 
:TRIGger:VIDeo:LINE <line> 
:TRIGger:VIDeo:LINE? 
Set or query the line number when the sync type in video trigger is LINE. 
  NTSC: 1 to 525 
  PAL/SECAM: 1 to 625 
  480P: 1 to 525 
  576P: 1 to 625 
The query returns an integer.   
:TRIGger:VIDeo:LINE 100        /*Set the line number to 100*/ 
:TRIGger:VIDeo:LINE? /*The query returns 100*/