RIGOL  Chapter 2 Command System 
2-200    MSO1000Z/DS1000Z Programming Guide 
:TRIGger:NEDGe:IDLE 
:TRIGger:NEDGe:IDLE <NR3> 
:TRIGger:NEDGe:IDLE? 
Set or query the idle time in Nth edge trigger. The default unit is s.   
The query returns the idle time in scientific notation.   
:TRIGger:NEDGe:IDLE 0.002 /*Set the idle time to 2ms*/ 
:TRIGger:NEDGe:IDLE?       /*The query returns 2.000000e-03*/ 
 
 
:TRIGger:NEDGe:EDGE 
:TRIGger:NEDGe:EDGE <NR1> 
:TRIGger:NEDGe:EDGE? 
Set or query the number of edges in Nth edge trigger.   
The query returns an integer between 1 and 65535.   
:TRIGger:NEDGe:EDGE 20 /*Set the number of edges to 20*/ 
:TRIGger:NEDGe:EDGE? /*The query returns 20*/ 
 
 
:TRIGger:NEDGe:LEVel 
:TRIGger:NEDGe:LEVel <level> 
:TRIGger:NEDGe:LEVel? 
Set or query the trigger level in Nth edge trigger. The unit is the same as the current 
amplitude unit.   
(-5 x VerticalScale - OFFSet) to   
(5 x VerticalScale - OFFSet) 
  For VerticalScale, refer to :CHANnel<n>:SCALe. For OFFSet, refer 
to :CHANnel<n>:OFFSet. 
  This command is only available when the signal source is an analog channel. 
The query returns the trigger level in scientific notation.   
:TRIGger:NEDGe:LEVel 0.16 /*Set the trigger level to 160mV*/ 
:TRIGger:NEDGe:LEVel?       /*The query returns 1.600000e-01*/