All

SCPI Command :

DISPlay:ANNotation:[ALL]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class AllStruct[source]

Response structure. Fields:

  • 1 Sec_Pass_Word: str: string Optional string to enter the security password.

  • 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. 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. Use this mode, if you operate the instrument in remote control.

Parameters:
  • sec_pass_word – string Optional string to enter the security password.

  • state – 1 | ON | 0| OFF