Instructions

Table Of Contents
RIGOL Chapter 2 Command System
2-28 RSA5000 Programming Guide
:CALCulate:MARKer<n>:MINimum
Syntax
:CALCulate:MARKer<n>:MINimum
Description
Searches for and marks the peak with the minimum amplitude on the trace.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6|7|8
——
Remarks
When no peak is found, a prompt message "No peak found" is displayed on the screen.
Example
The following command performs one minimum search, and marks it with Marker 2.
:CALCulate:MARKer2:MINimum
:CALCulate:MARKer<n>:MODE
Syntax
:CALCulate:MARKer<n>:MODE POSition|DELTa|FIXed|OFF
:CALCulate:MARKer<n>:MODE?
Description
Sets the type of the specified marker.
Queries the type of the specified marker.
Parameter
Name
Type
Range
Default
<n>
Discrete
1|2|3|4|5|6|7|8
——
——
Keyword
POSition|DELTa|FIXed|OFF
OFF
Remarks
POSition: indicates the normal marker.
DELTa: indicates difference between two data points.
FIXed: indicates that the marker is fixed.
OFF: turns off the selected marker.
The PvT only supports setting the marker on Trace 1.
Return Format
The query returns POS, DELT, FIX, or OFF.
Example
The following command sets the type of Marker 1 to Position.
:CALCulate:MARKer1:MODE POSition
The following query returns POS.
:CALCulate:MARKer1:MODE?