All
SCPI Command :
DISPlay:ANNotation:[ALL]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class AllStruct[source]
Response structure. Fields:
1 Sec_Pass_Word: str: No parameter help available
2 State: bool: 1 | ON | 0| OFF
- get() AllStruct[source]
# DISPlay:ANNotation:[ALL] value: AllStruct = driver.display.annotation.all.get()
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.
- Returns:
structure: for return value, see the help for AllStruct structure arguments.
- set(sec_pass_word: str, state: bool) None[source]
# DISPlay:ANNotation:[ALL] driver.display.annotation.all.set(sec_pass_word = 'abc', 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.
- Parameters:
state – 1 | ON | 0| OFF