Amplitude

SCPI Command :

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

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

Returns:

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

set(sec_pass_word: str, state: bool) None[source]
# 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.

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

  • state – 1 | ON | 0| OFF