SCPI.DISPlay.SKEY.STATe

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.SKEY.STATe = Status

Status = SCPI.DISPlay.SKEY.STATe

Description

This command turns ON/OFF the display of the softkey menu bar.

Variable

Parameter

Status

Description

ON/OFF of the softkey menu bar display

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the softkey menu bar display.

  • False or OFF: Turns OFF the softkey menu bar display.

Preset value

True or ON

Examples

Dim DispSkey As Boolean
SCPI.DISPlay.SKEY.STATe = False
DispSkey = SCPI.DISPlay.SKEY.STATe

Equivalent key

Entry Off

Equivalent SCPI command

Syntax

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

:DISPlay:SKEY[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":DISP:SKEY ON"
20 OUTPUT 717;":DISP:SKEY?"
30 ENTER 717;A