RIGOL
2-10
VSA Programming Guide
Description
Sets the reference marker for the specified marker.
Queries the reference marker for the specified marker.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6|7|8
--
<integer>
Integer
1 to 8
By default, the reference marker is
the marker next to it.
Remarks
Each marker can have another marker to be its reference marker.
It the current marker is a Delta marker, the measurement result of the marker will be determined by the
reference marker.
Any marker cannot have itself to be the reference marker.
Example
The following command sets the reference marker for Marker 1 to 2.
:CALCulate:DDEMod:MARKer1:REFerence 2
The following query returns 2.
:CALCulate:DDEMod:MARKer1:REFerence?
:CALCulate:DDEMod:MARKer<n>:TRACe
Syntax
:CALCulate:DDEMod:MARKer<n>:TRACe <integer>
:CALCulate:DDEMod:MARKer<n>:TRACe?
Description
Sets the marker trace for the specified marker.
Queries the marker trace for the specified marker.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6|7|8
--
<integer>
Discrete
1|2|3|4
1
Remarks
<integer> indicates the marker trace, and its range is from Trace 1 to Trace 4.
Return Format
The query returns any integer ranging from 1 to 4.
Example
The following command sets the marker trace of Marker 1 to Trace 2.
:CALCulate:DDEMod:MARKer1:TRACe 2
The following query returns 2.
:CALCulate:DDEMod:MARKer1:TRACe?