Frequency
SCPI Command :
DISPlay:ANNotation:FREQuency
- class FrequencyCls[source]
Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: DISPlay:ANNotation:FREQuency value: bool = driver.display.annotation.frequency.get()
This command turns the label of the x-axis on and off.
- return
state: ON | OFF | 0 | 1
- set(state: bool) None [source]
# SCPI: DISPlay:ANNotation:FREQuency driver.display.annotation.frequency.set(state = False)
This command turns the label of the x-axis on and off.
- param state
ON | OFF | 0 | 1