Mode
SCPI Command :
DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:MODE value: bool = driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.mode.get(window = repcap.Window.Default)
This command turns automatic scaling of the x-axis 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 | 1 Turns on automatic scaling of the x-axis. OFF | 0 Turns on manual scaling of the x-axis.
- set(state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:TDOMain:X[:SCALe]:MODE driver.applications.k18AmplifierEt.display.window.tdomain.x.scale.mode.set(state = False, window = repcap.Window.Default)
This command turns automatic scaling of the x-axis in the time domain result display on and off.
- Parameters:
state – ON | 1 Turns on automatic scaling of the x-axis. OFF | 0 Turns on manual scaling of the x-axis.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)