State

SCPI Command :

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

This command turns the toolbar on or off.

Returns:

state: ON | OFF | 1 | 0

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

This command turns the toolbar on or off.

Parameters:

state – ON | OFF | 1 | 0