State
SCPI Command :
DISPlay:SBAR[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# DISPlay:SBAR[:STATe] value: bool = driver.display.sbar.state.get()
This command turns the status bar on and off.
- Returns:
state: ON | OFF | 0 | 1
- set(state: bool) None[source]
# DISPlay:SBAR[:STATe] driver.display.sbar.state.set(state = False)
This command turns the status bar on and off.
- Parameters:
state – ON | OFF | 0 | 1