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:
1 Sec_Pass_Word: str: string
2 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:
string
- param state:
1| ON| 0| OFF