Property (Read-Write)
SCPI.DISPlay.ANNotation.FREQuency.STATe = Status
Status = SCPI.DISPlay.ANNotation.FREQuency.STATe
This command turns ON/OFF the frequency display on the LCD display.
|
Parameter |
Status |
|
Description |
Sets/Gets ON/OFF state of the frequency display |
|
Data type |
Boolean type (Boolean) |
|
Range |
Select either of the following:
|
|
Preset value |
True or ON |
Dim DispFreq As Boolean
SCPI.DISPlay.ANNotation.FREQuency.STATe = 0
DispFreq = SCPI.DISPlay.ANNotation.FREQuency.STATe
Display > Frequency
:DISPlay:ANNotation:FREQuency[:STATe] {ON|OFF|1|0}
:DISPlay:ANNotation:FREQuency[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:ANN:FREQ OFF"
20 OUTPUT 717;":DISP:ANN:FREQ?"
30 ENTER 717;A