RIGOL Chapter 2 Command System
2-186 MSO7000/DS7000 Programming Guide
:TRIGger:WINDows:POSition
:TRIGger:WINDows:POSition <pos>
:TRIGger:WINDows:POSition?
Sets or queries the trigger position of Window trigger.
 EXIT: triggers when the input signal exits the specified trigger level range.
 ENTER: triggers when the input signal enters the specified trigger level range.
 TIME: triggers when the accumulated hold time after the trigger signal enters the
specified trigger level range is equal to the window time.
The query returns EXIT, ENTER, or TIM.
:TRIGger:WINDows:POSition ENTER /*Sets the trigger position to ENTER.*/
:TRIGger:WINDows:POSition? /*The query returns ENTER.*/
:TRIGger:WINDows:TIME
:TRIGger:WINDows:TIME <time>
:TRIGger:WINDows:TIME?
Sets or queries the window time of Window trigger.
The query returns the window time in scientific notation.
:TRIGger:WINDows:TIME 0.002 /*Sets the window time to 2 ms.*/
:TRIGger:WINDows:TIME? /*The query returns 2.000000E-3.*/
:TRIGger:WINDows:ALEVel
:TRIGger:WINDows:ALEVel <level>
:TRIGger:WINDows:ALEVel?
Sets or queries the upper limit of the trigger level of Window trigger. The unit is the
same as that of the current amplitude.
Lower limit to (5 × VerticalScale - OFFSet)
For VerticalScale, refer to the :CHANnel<n>:SCALe command; for OFFSet, refer to
the :CHANnel<n>:OFFSet command.
The query returns the upper limit of the trigger level in scientific notation.
:TRIGger:WINDows:ALEVel 0.16 /*Sets the upper limit of the trigger level to 160 mV.*/
:TRIGger:WINDows:ALEVel? /*The query returns 1.600000E-1.*/