Frequency
SCPI Command :
DISPlay:ANNotation:FREQuency
- class FrequencyCls[source]
Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class FrequencyStruct[source]
Response structure. Fields:
Sec_Pass_Word: str: No parameter help available
State: bool: 1| ON| 0| OFF
- get() FrequencyStruct [source]
# SCPI: DISPlay:ANNotation:FREQuency value: FrequencyStruct = driver.display.annotation.frequency.get()
Indicates asterisks instead of the frequency values in the status bar.
- return
structure: for return value, see the help for FrequencyStruct structure arguments.
- set(sec_pass_word: str, state: bool) None [source]
# SCPI: 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.
- param sec_pass_word
No help available
- param state
1| ON| 0| OFF