Chapter 2 Command System  RIGOL 
DSA800E Programming Guide  2-11 
Example 
The command below enables the upper limit line. 
:CALCulate:LLINe2:STATe ON or :CALCulate:LLINe2:STATe 1 
 
The query below returns 1. 
:CALCulate:LLINe2:STATe? 
 
 
 
:CALCulate:MARKer:AOFF 
 
Syntax
 
:CALCulate:MARKer:AOFF 
 
Description
 
Disable all the markers currently enabled as well as all the functions based on the markers. 
 
 
 
:CALCulate:MARKer:FCOunt:RESolution 
 
Syntax
 
:CALCulate:MARKer:FCOunt:RESolution <freq> 
:CALCulate:MARKer:FCOunt:RESolution? 
 
 
Description
 
Set the resolution of the frequency counter. 
Query the resolution of the frequency counter.
 
 
Parameter
 
1 Hz|10 Hz|100 Hz|1 kHz|10 kHz|100 kHz 
 
Explanation
 
When <freq> is set in "Number" format, the default unit is Hz. It can also be set in "Number+Unit" format; 
for example, 1 kHz.  
Use the 
:CALCulate:MARKer:FCOunt:RESolution:AUTO command to set the resolution setting to auto 
mode. 
 
Return Format
 
The query returns the resolution in integer and the unit is Hz. 
 
Example
 
The command below sets the resolution of the frequency counter to 1 kHz. 
:CALCulate:MARKer:FCOunt:RESolution 1000 or :CALCulate:MARKer:FCOunt:RESolution 1kHz 
 
The query below returns 1000. 
:CALCulate:MARKer:FCOunt:RESolution?