Instructions

Table Of Contents
Chapter 2 Command System RIGOL
RSA5000 Programming Guide 2-35
Return Format
The query returns 0 or 1.
Example
The following command sets the marker trace of Marker 1 to Auto.
:CALCulate:MARKer1:TRACe:AUTO ON or :CALCulate:MARKer1:TRACe:AUTO 1
The following query returns 1.
:CALCulate:MARKer1:TRACe:AUTO?
:CALCulate:MARKer<n>:X
Syntax
:CALCulate:MARKer<n>:X <param>
:CALCulate:MARKer<n>:X?
Description
Sets the X-axis value of the specified marker. Its default unit is Hz.
Queries the X-axis value of the specified marker.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6|7|8
——
<param>
Consecutive Real Number
Refer to "Remarks"
——
Remarks
If the readout mode is frequency, it cannot exceed the frequency range of the sweep and the units available
are Hz (default), kHz, MHz, and GHz.
If the readout mode is time, it cannot exceed the time range of the sweep and the units available are s
(default), μs, ms, and ks.
<param> can be any value within the available range of the current X axis.
If the marker mode of the specified marker is Position or Fixed, this command sets the X value of the
marker.
If the specified marker mode is Delta, this command sets the X value of the delta marker relative to the
reference marker.
The PvT only supports setting the marker on Trace 1.
Return Format
The query returns the X-axis value of the marker in scientific notation.
Example
The following command sets the X-axis value of Marker 1 to 150 MHz (the readout mode is frequency).
:CALCulate:MARKer1:X 150000000
The following query returns 1.500000000e+08.
:CALCulate:MARKer1:X?