Command/Query
:DISPlay:SKEY[:STATe] {ON|OFF|1|0}
:DISPlay:SKEY[:STATe]?
This command turns ON/OFF the display of the softkey menu bar.
Parameter |
Selection Option |
Description |
ON/OFF of the softkey menu bar display |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":DISP:SKEY" & Str(Var), True
Ena.WriteString ":DISP:SKEY?", True
Var=Ena.ReadNumber
Entry Off (Softkey On/Off)
SCPI.DISPLAY.SKEY.STATE