Instructions

Chapter 3 Command System for EMI Mode RIGOL
RSA3000E Programming Guide 3-97
Example
The following command sets the trigger edge of External Trigger 1 to be Positive.
:TRIGger:SEQuence:EXTernal1:SLOPe POSitive
The following query returns POS.
:TRIGger:SEQuence:EXTernal1:SLOPe?
: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
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 sync 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
Turns on or off 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.