SigBar

SCPI Command :

DISPlay:SIGBar[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# DISPlay:SIGBar[:STATe]
value: bool = driver.display.sigBar.get_state()

If enabled, the signal bar is displayed.

Returns:

state: OFF | ON

set_state(state: bool) None[source]
# DISPlay:SIGBar[:STATe]
driver.display.sigBar.set_state(state = False)

If enabled, the signal bar is displayed.

Parameters:

state – OFF | ON