User manual
RIGOL Chapter 2 Command System
2-194 MSO1000Z/DS1000Z Programming Guide
:TRIGger:DELay:TYPe
Syntax :TRIGger:DELay:TYPe <type>
:TRIGger:DELay:TYPe?
Description
Set or query the delay type in delay trigger.
Parameter
Name
Type
Range
Default
<type> Discrete {GREater|LESS|GLESs |GOUT} GREater
Explanation GREater: trigger when the time difference (
△
T) between the specified edges of tigger
source A and tigger source B is greater than the preset time limit.
LESS: trigger when the time difference (△T) between the specified edges of tigger
source A and tigger source B is lower than the preset time limit.
GLESs: trigger when the time difference (△T) between the specified edges of tigger
source A and tigger source B is greater than the lower limit of the preset time and
lower than the upper limit of the preset time. Note that the time lower limit must be
lower than the time upper limit.
GOUT: trigger when the time difference (△T) between the specified edges of tigger
source A and tigger source B is lower than the lower limit of the preset time or
greater than the upper limit of the preset time. Note that the time lower limit must be
lower than the time upper limit.
Return
Format
The query returns GOUT, GRE, LESS, or GLES.
Example
:TRIGger:DELay:TYPe GOUT /*Set the delay type to ><*/
:TRIGger:DELay:TYPe? /*The query returns GOUT*/
Related
Commands
:TRIGger:DELay:TUPPer
:TRIGger:DELay:TLOWer
:TRIGger:DELay:TUPPer
Syntax :TRIGger:DELay:TUPPer <NR3>
:TRIGger:DELay:TUPPer?
Description
Set or query the upper limit of the delay time in delay trigger. The default unit is s.
Parameter
Name
Type
Range
Default
<NR3>
Real
16ns to 10s
2μs
Explanation This command is only available when the delay type (refer to :TRIGger:DELay:TYPe) is
LESS, GOUT, or GLESs.
Return
Format
The query returns the upper limit of the delay time in scientific notation.
Example
:TRIGger:DELay:TUPPer 0.002 /*Set the upper limit of the delay time to 2ms*/
:TRIGger:DELay:TUPPer? /*The query returns 2.000000e-03*/
Related
Command
:TRIGger:DELay:TLOWer