RIGOL Chapter 2 Command System
2-170 MSO7000/DS7000 Programming Guide
:TRIGger:SLOPe:TUPPer
:TRIGger:SLOPe:TUPPer <time>
:TRIGger:SLOPe:TUPPer?
Sets or queries the upper time limit value of the Slope trigger. The default unit is s.
The set upper limit cannot be smaller than the lower limit, otherwise, the lower limit
will be automatically changed.
The query returns the upper time limit in scientific notation.
:TRIGger:SLOPe:TUPPer 0.000003 /*Sets the upper time limit to 3 μs.*/
:TRIGger:SLOPe:TUPPer? /*The query returns 3.000000E-6.*/
:TRIGger:SLOPe:TLOWer
:TRIGger:SLOPe:TLOWer <time>
:TRIGger:SLOPe:TLOWer?
Sets or queries the lower time limit value of the Slope trigger. The default unit is s.
The set lower limit must be smaller than the upper limit, otherwise, the upper limit will
be automatically changed.
The query returns the lower time limit in scientific notation.
:TRIGger:SLOPe:TLOWer 0.000000020 /*Sets the lower time limit to 20 ns.*/
:TRIGger:SLOPe:TLOWer? /*The query returns 2.000000E-8.*/
:TRIGger:SLOPe:WINDow
:TRIGger:SLOPe:WINDow <window>
:TRIGger:SLOPe:WINDow?
Sets or queries the vertical window type of Slope trigger.
 TA: only adjusts the upper limit of the trigger level.
 TB: only adjust the lower limit of the trigger level.
 TAB: adjusts the upper and lower limits of the trigger level at the same time.
The query returns TA, TB, or TAB.
:TRIGger:SLOPe:WINDow TB /*Sets the vertical window type to TB.*/
:TRIGger:SLOPe:WINDow? /*The query returns TB.*/