User manual

RIGOL Chapter 2 Command System
2-206 RSA3000 Programming Guide
the lower mask is being edited.
This command is only valid when you select FMT to be the trigger source in RTSA working mode.
:TRIGger[:SEQuence]:HOLDoff
Syntax
:TRIGger[:SEQuence]:HOLDoff <time>
:TRIGger[:SEQuence]:HOLDoff?
Description
Sets the trigger holdoff time.
Queries the trigger holdoff time.
Parameter
Name
Type
Range
Default
<time> Consecutive Real Number
100 us to 500 ms (GPSA)
0 us to 10 s (RTSA)
100 ms
Remarks
This command is only valid when the trigger holdoff function is enabled.
Return Format
The query returns the trigger holdoff time in scientific notation. The unit is s.
Example
The following command sets the trigger holdoff time to 100 ms.
:TRIGger:SEQuence:HOLDoff 0.1
The following query returns 1.000000000e-01.
:TRIGger:SEQuence:HOLDoff?
:TRIGger[:SEQuence]:HOLDoff:STATe
Syntax
:TRIGger[:SEQuence]:HOLDoff:STATe OFF|ON|0|1
:TRIGger[:SEQuence]:HOLDoff:STATe?
Description
Enables or disables the trigger holdoff function.
Queries the status of the trigger holdoff function.
Parameter
Name
Type
Range
Default
——
Bool
OFF|ON|0|1
OFF|0
Return Format
The query returns 1 or 0.
Example
The following command enables the trigger holdoff function.
:TRIGger:SEQuence:HOLDoff:STATe ON or :TRIGger:SEQuence:HOLDoff:STATe 1