State

SCPI Command :

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

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

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

This command turns the toolbar on or off.

return

state: ON | OFF | 1 | 0

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

This command turns the toolbar on or off.

param state

ON | OFF | 1 | 0