State
SCPI Command :
DISPlay[:WINDow<n>]:TDOMain:Y[:SCALe]:NORMalise[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:TDOMain:Y[:SCALe]:NORMalise[:STATe] value: bool = driver.applications.k18AmplifierEt.display.window.tdomain.y.scale.normalise.state.get(window = repcap.Window.Default)
This command turns normalization of the results in the time domain result display on and off.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:TDOMain:Y[:SCALe]:NORMalise[:STATe] driver.applications.k18AmplifierEt.display.window.tdomain.y.scale.normalise.state.set(state = False, window = repcap.Window.Default)
This command turns normalization of the results in the time domain result display on and off.
- Parameters:
state – ON | OFF | 1 | 0
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)