RIGOL Chapter 2 Command System
2-30 DSA800E Programming Guide
:CALCulate:MARKer<n>:X:POSition:STOP
Syntax
:CALCulate:MARKer<n>:X:POSition:STOP <param>
:CALCulate:MARKer<n>:X:POSition:STOP?
Description
Set the position of the delta marker of the specified Delta Pair marker.
Query the position of the delta marker of the specified Delta Pair marker.
Parameter
Return Format
The query returns the position of the delta marker in integer.
Example
The command below sets the position of the delta marker of marker 1 (Delta Pair marker) to 300.
:CALCulate:MARKer1:X:POSition:STOP 300
The query below returns 300.
:CALCulate:MARKer1:X:POSition:STOP?
:CALCulate:MARKer<n>:X:READout
Syntax
:CALCulate:MARKer<n>:X:READout FREQuency|TIME|ITIMe|PERiod
:CALCulate:MARKer<n>:X:READout?
Description
Set the readout mode of the X axis of the specified marker.
Query the readout mode of the X axis of the specified marker.
Parameter
<n> Discrete 1|2|3|4 --
FREQuency|TIME|ITIMe|PERiod
Explanation
FREQuency: frequency. The default readout mode in non-zero span mode.
TIME: time. The default readout mode in zero span mode.
ITIMe: the reciprocal of time. Only available in zero span mode when Delta Pair marker is used.
PERiod: period. Not available in zero span mode.
Return Format
The query returns FREQ, TIME, ITIM or PER.
Example
The command below sets the readout mode of the X axis of marker 1 to time.
:CALCulate:MARKer1:X:READout TIME
The query below returns TIME.
:CALCulate:MARKer1:X:READout?