Amplitude
SCPI Command :
DISPlay:ANNotation:AMPLitude
- class AmplitudeCls[source]
Amplitude commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class AmplitudeStruct[source]
Response structure. Fields:
Sec_Pass_Word: str: No parameter help available
State: bool: 1| ON| 0| OFF
- get() AmplitudeStruct [source]
# SCPI: DISPlay:ANNotation:AMPLitude value: AmplitudeStruct = driver.display.annotation.amplitude.get()
Indicates asterisks instead of the level values in the status bar.
- return
structure: for return value, see the help for AmplitudeStruct structure arguments.
- set(sec_pass_word: str, state: bool) None [source]
# SCPI: DISPlay:ANNotation:AMPLitude driver.display.annotation.amplitude.set(sec_pass_word = 'abc', state = False)
Indicates asterisks instead of the level values in the status bar.
- param sec_pass_word
No help available
- param state
1| ON| 0| OFF