Cbar

SCPI Command :

DISPlay:ANNotation:CBAR
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# DISPlay:ANNotation:CBAR
value: bool = driver.display.annotation.cbar.get()

This command hides or displays the channel bar information.

Returns:

state: ON | OFF | 0 | 1

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

This command hides or displays the channel bar information.

Parameters:

state – ON | OFF | 0 | 1