Frequency

SCPI Command :

DISPlay:ANNotation:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class FrequencyStruct[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() FrequencyStruct[source]
# DISPlay:ANNotation:FREQuency
value: FrequencyStruct = driver.display.annotation.frequency.get()

Indicates asterisks instead of the frequency values in the status bar.

Returns:

structure: for return value, see the help for FrequencyStruct structure arguments.

set(sec_pass_word: str, state: bool) None[source]
# DISPlay:ANNotation:FREQuency
driver.display.annotation.frequency.set(sec_pass_word = 'abc', state = False)

Indicates asterisks instead of the frequency values in the status bar.

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

  • state – 1 | ON | 0| OFF