User manual

RIGOL Chapter 2 Command System
2-24 DSA700 Programming Guide
Example
The command below sets the marker trace of marker 1 to trace 2.
:CALCulate:MARKer1:TRACe 2
The query below returns 2.
:CALCulate:MARKer1:TRACe?
:CALCulate:MARKer<n>:TRACe:AUTO
Syntax
:CALCulate:MARKer<n>:TRACe:AUTO OFF|ON|0|1
:CALCulate:MARKer<n>:TRACe:AUTO?
Description
Set the marker trace of the specified marker to Auto.
Query whether the marker trace is set to Auto.
Parameter
Name
Type
Range
Default
<n> Discrete 1|2|3|4 --
-- Bool OFF|ON|0|1 ON|1
Explanation
When AUTO is disabled, the current marker will hold on the corresponding trace.
Return Format
The query returns 0 or 1.
Example
The command below sets the marker trace of marker 1 to Auto.
:CALCulate:MARKer1:TRACe:AUTO ON or :CALCulate:MARKer1:TRACe:AUTO 1
The query below returns 1.
:CALCulate:MARKer1:TRACe:AUTO?