Instructions

Chapter 2 Command Systems for GPSA and RTSA Modes RIGOL
RSA3000E Programming Guide 2-205
Return Format
The query returns WRIT, AVER, MAXH, or MINH.
Example
The following command sets the type of Trace 1 to Max Hold.
:TRACe1:MODE MAXHold
:TRACe1:TYPE MAXHold
The following query returns MAXH.
:TRACe1:MODE?
:TRACe1:TYPE?
:TRACe<n>:UPDate:STATe
Syntax
:TRACe<n>:UPDate:STATe OFF|ON|0|1
:TRACe<n>:UPDate:STATe?
Description
Enables or disables the update of the specified trace.
Queries the status for the update of the specified trace.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6
——
——
Bool
OFF|ON|0|1
Refer to "Remarks"
Remarks
By default, Trace 1 is enabled (ON), and Trace 2 thru Trace 6 are disabled (OFF).
Return Format
The query returns 1 or 0.
Example
The following command enables the update of Trace 1.
:TRACe1:UPDate:STATe ON or :TRACe1:UPDate:STATe 1
The following query returns 1.
:TRACe1:UPDate:STATe?