User manual

RIGOL Chapter 2 Command System
2-170 MSO1000Z/DS1000Z Programming Guide
:TRIGger:SLOPe:TUPPer
Syntax :TRIGger:SLOPe:TUPPer <time>
:TRIGger:SLOPe:TUPPer?
Description
Set or query the upper limit of the time in slope trigger. The default unit is s.
Parameter
Name
Type
Range
Default
<time>
Real
16ns to 10s
2μs
Explanation This command is available when the trigger condition (refer to :TRIGger:SLOPe:WHEN) is
PGLess and NGLess.
Return
Format
The query returns the upper limit of the time in scientific notation.
Example
:TRIGger:SLOPe:TUPPer 0.000003 /*Set the upper limit of the time to 3μs*/
:TRIGger:SLOPe:TUPPer? /*The query returns 3.000000e-06*/
Related
Command
:TRIGger:SLOPe:TLOWer
:TRIGger:SLOPe:TLOWer
Syntax :TRIGger:SLOPe:TLOWer <time>
:TRIGger:SLOPe:TLOWer?
Description
Set or query the lower limit of the time in slope trigger. The default unit is s.
Parameter
Name
Type
Range
Default
<time>
Real
8ns to 9.99s
1μs
Explanation This command is available when the trigger condition (refer to :TRIGger:SLOPe:WHEN) is
PGLess and NGLess.
Return
Format
The query returns the lower limit of the time in scientific notation.
Example
:TRIGger:SLOPe:TLOWer 0.000000020 /*Set the lower limit of the time to 20ns*/
:TRIGger:SLOPe:TLOWer? /*The query returns 2.000000e-08*/
Related
Command
:TRIGger:SLOPe:TUPPer