All
SCPI Command :
DISPlay:ANNotation:[ALL]
- class AllCls[source]
All commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class AllStruct[source]
Response structure. Fields:
Sec_Pass_Word: str: No parameter help available
State: bool: 1| ON| 0| OFF
- get() AllStruct [source]
# SCPI: 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.
- return
structure: for return value, see the help for AllStruct structure arguments.
- set(sec_pass_word: str, state: bool) None [source]
# SCPI: 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.
- param sec_pass_word
No help available
- param state
1| ON| 0| OFF