Instructions

Table Of Contents
Chapter 2 Command System RIGOL
RSA5000 Programming Guide 2-37
Example
The following command enables the auto readout mode of Marker 1 in the X-axis.
:CALCulate:MARKer1:X:READout:AUTO ON or :CALCulate:MARKer1:X:READout:AUTO 1
The following query returns 1.
:CALCulate:MARKer1:X:READout:AUTO?
:CALCulate:MARKer<n>:Y
Syntax
:CALCulate:MARKer<n>:Y <amp>
:CALCulate:MARKer<n>:Y?
Description
Sets the Y-axis value of the specified fixed marker.
Queries the Y-axis value of the specified marker, and its default unit is dBm.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6|7|8
——
<amp>
Consecutive Real Number
-170 dBm
to 30 dBm
——
Remarks
This setting command is only available when there is only one marker and it is a fixed marker.
If the marker mode of the specified marker is Position or Fixed, the query command queries the Y value of
the marker
.
If the marker mode of the specified marker is Delta, the query command queries the Y-axis difference
between the reference marker and the Delta marker.
The PvT only supports setting the marker on Trace 1.
Return Format
The query returns the Y-axis value in scientific notation.
Example
The following command sets the Y-axis value of Marker 1 is -59.6 dBm.
:CALCulate:MARKer1:Y -59.6
The following query returns -5.960000000e+01.
:CALCulate:MARKer1:Y?