Chapter 2 Command System RIGOL
DS1000Z Programming Guide 2-107
:TRIGger:RUNT:WHEN
Syntax :TRIGger:RUNT:WHEN <when>
Set or query the qualifier in runt trigger.
Parameter
<when> Discrete {NONE|GREater|LESS|GLESs} NONE
Explanation NONE: do not set the trigger condition in runt trigger.
GREater: trigger when the runt pulse width is greater than the lower limit of the pulse
width (refer to
:TRIGger:RUNT:WLOWer).
LESS: trigger when the runt pulse width is lower than the upper limit of the pulse
width (refer to
:TRIGger:RUNT:WUPPer).
GLESs: trigger when the runt pulse width is greater than the lower limit (refer
to
:TRIGger:RUNT:WLOWer) and lower than the upper limit of the pulse width (refer
to
:TRIGger:RUNT:WUPPer). Note: the lower limit of the pulse width must be lower
Return
The query returns NONE, GRE, LESS or GLES.
Related
Commands
:TRIGger:RUNT:WUPPer
:TRIGger:RUNT:WLOWer
:TRIGger:RUNT:WUPPer
Syntax :TRIGger:RUNT:WUPPer <NR3>
Set or query the pulse width upper limit in runt trigger. The default unit is s.
Parameter
Explanation This command is only available when the qualifier (refer to :TRIGger:RUNT:WHEN) is
Return
The query returns the pulse width upper limit in scientific notation.
Example
:TRIGger:RUNT:WUPPer 0.02 /*Set the pulse width upper limit to 20ms*/
:TRIGger:RUNT:WUPPer? /*The query returns 2.000000e-02*/
Related
Commands
:TRIGger:RUNT:WHEN