State
SCPI Command :
DISPlay:SKEYs[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: DISPlay:SKEYs[:STATe] value: bool = driver.display.skeys.state.get()
This command turns the softkey bar on and off.
- return
state: ON | OFF | 0 | 1
- set(state: bool) None [source]
# SCPI: DISPlay:SKEYs[:STATe] driver.display.skeys.state.set(state = False)
This command turns the softkey bar on and off.
- param state
ON | OFF | 0 | 1