Instructions

Table Of Contents
Chapter 2 Command System RIGOL
RSA5000 Programming Guide 2-201
:TRIGger[:SEQuence]:ATRigger
Syntax
:TRIGger[:SEQuence]:ATRigger <time>
:TRIGger[:SEQuence]:ATRigger?
Description
Sets the time that the analyzer will wait for the trigger to be initiated automatically.
Queries the time that the analyzer will wait for the trigger to be initiated automatically.
Parameter
Name
Type
Range
Default
<time>
Consecutive Real Number
1 ms to 100 s
100 ms
Remarks
This command is only valid when the auto triggering function is enabled.
Return Format
The query returns the time value in scientific notation. The unit is s.
Example
The following command sets the time to 10 ms.
:TRIGger:SEQuence:ATRigger 0.01
The following query returns 1.000000000e-02.
:TRIGger:SEQuence:ATRigger?
:TRIGger[:SEQuence]:ATRigger:STATe
Syntax
:TRIGger[:SEQuence]:ATRigger:STATe OFF|ON|0|1
:TRIGger[:SEQuence]:ATRigger:STATe?
Description
Enables or disables the auto trigger function.
Queries the setting status of auto trigger 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 auto trigger function.
:TRIGger:SEQuence:ATRigger:STATe ON or :TRIGger:SEQuence:ATRigger:STATe 1
The following query returns 1.
:TRIGger:SEQuence:ATRigger:STATe?