State

SCPI Command :

DISPlay:SKEYs[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# DISPlay:SKEYs[:STATe]
value: bool = driver.display.skeys.state.get()

This command turns the softkey bar on and off.

Returns:

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# DISPlay:SKEYs[:STATe]
driver.display.skeys.state.set(state = False)

This command turns the softkey bar on and off.

Parameters:

state – ON | OFF | 0 | 1