State
SCPI Command :
DISPlay[:WINDow<n>]:TDOMain:Y[:SCALe]:NORMalise[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) bool [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default) None [source]
# SCPI: 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.
- param state
ON | OFF | 1 | 0
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)