SCPI.DISPlay.ANNotation.FREQuency.STATe

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.ANNotation.FREQuency.STATe = Status

Status = SCPI.DISPlay.ANNotation.FREQuency.STATe

Description

This command turns ON/OFF the frequency display on the LCD display.

Variable

Parameter

Status

Description

Sets/Gets ON/OFF state of the frequency display

Data type

Boolean type (Boolean)

Range

Select either of the following:

  • True or ON: Turns ON the frequency display.

  • False or OFF: Turns OFF the frequency display.

Preset value

True or ON

Examples

Dim DispFreq As Boolean
SCPI.DISPlay.ANNotation.FREQuency.STATe = 0
DispFreq = SCPI.DISPlay.ANNotation.FREQuency.STATe

Equivalent key

Display > Frequency

Equivalent SCPI command

Syntax

:DISPlay:ANNotation:FREQuency[:STATe] {ON|OFF|1|0}

:DISPlay:ANNotation:FREQuency[:STATe]?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:ANN:FREQ OFF"
20 OUTPUT 717;":DISP:ANN:FREQ?"
30 ENTER 717;A