Chapter 2 Command System  RIGOL 
MSO7000/DS7000 Programming Guide  2-169   
:TRIGger:SLOPe 
 
Command List: 
  :TRIGger:SLOPe:SOURce 
  :TRIGger:SLOPe:WHEN 
  :TRIGger:SLOPe:TUPPer 
  :TRIGger:SLOPe:TLOWer 
  :TRIGger:SLOPe:WINDow 
  :TRIGger:SLOPe:ALEVel 
  :TRIGger:SLOPe:BLEVel 
 
 
:TRIGger:SLOPe:SOURce 
:TRIGger:SLOPe:SOURce < channel > 
:TRIGger:SLOPe:SOURce? 
Sets or queries the trigger source of Slope trigger. 
{CHANnel1|CHANnel2|CHANnel3|CHANnel4} 
The query returns CHAN1, CHAN2, CHAN3, or CHAN4. 
:TRIGger:SLOPe:SOURce CHANnel2        /*Sets the trigger source to CH2.*/ 
:TRIGger:SLOPe:SOURce?                          /*The query returns CHAN2.*/ 
 
 
:TRIGger:SLOPe:WHEN 
:TRIGger:SLOPe:WHEN <when> 
:TRIGger:SLOPe:WHEN? 
Sets or queries the trigger condition of Slope trigger. 
  GREater: the positive slope time of the input signal is greater than the specified 
time value. 
  LESS: the negative slope time of the input signal is smaller than the specified time 
value. 
  GLESs: the positive slope time of the input signal is greater than the specified 
lower time limit and smaller than the specified upper time limit. 
The query returns GRE, LESS, or GLES. 
:TRIGger:SLOPe:WHEN LESS /*Sets the trigger conditions to LESS*/ 
:TRIGger:SLOPe:WHEN?                  /*The query returns LESS.*/