Annotation

SCPI Command :

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

Annotation commands group definition. 1 total commands, 0 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