Property (Read-Write)
SCPI.DISPlay.SKEY.STATe = Status
Status = SCPI.DISPlay.SKEY.STATe
This command turns ON/OFF the display of the softkey menu bar.
Parameter |
Status |
Description |
ON/OFF of the softkey menu bar display |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
True or ON |
Dim DispSkey As Boolean
SCPI.DISPlay.SKEY.STATe = False
DispSkey = SCPI.DISPlay.SKEY.STATe
Entry Off
:DISPlay:SKEY[:STATe] {ON|OFF|1|0}
:DISPlay:SKEY[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:SKEY ON"
20 OUTPUT 717;":DISP:SKEY?"
30 ENTER 717;A