State

SCPI Command :

DISPlay:SBAR[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: DISPlay:SBAR[:STATe]
value: bool = driver.display.sbar.state.get()

This command turns the status bar on and off.

return

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# SCPI: DISPlay:SBAR[:STATe]
driver.display.sbar.state.set(state = False)

This command turns the status bar on and off.

param state

ON | OFF | 0 | 1