Annotation

SCPI Command :

DISPlay:ANNotation:[ALL]
class AnnotationCls[source]

Annotation commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_all() bool[source]
# SCPI: DISPlay:ANNotation:[ALL]
value: bool = driver.display.annotation.get_all()

Displays asterisks instead of the level and frequency values in the status bar of the instrument. We recommend that you use this mode if you operate the instrument in remote control.

return

state: 1| ON| 0| OFF

set_all(state: bool) None[source]
# SCPI: DISPlay:ANNotation:[ALL]
driver.display.annotation.set_all(state = False)

Displays asterisks instead of the level and frequency values in the status bar of the instrument. We recommend that you use this mode if you operate the instrument in remote control.

param state

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.display.annotation.clone()

Subgroups