Cbar

SCPI Command :

DISPlay:ANNotation:CBAR
class CbarCls[source]

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

get() bool[source]
# SCPI: DISPlay:ANNotation:CBAR
value: bool = driver.display.annotation.cbar.get()

This command hides or displays the channel bar information.

return

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# SCPI: DISPlay:ANNotation:CBAR
driver.display.annotation.cbar.set(state = False)

This command hides or displays the channel bar information.

param state

ON | OFF | 0 | 1