Auto
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:X[:SCALe]:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) bool[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:X[:SCALe]:AUTO value: bool = driver.applications.k18AmplifierEt.display.window.subwindow.trace.x.scale.auto.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)
This command turns automatic scaling of the x-axis in graphical result displays on and off.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
state: OFF | 0 Selects manual scaling of the diagram. ON | 1 Automatically scales the diagram when new results are available. ONCE Automatically scales the diagram once whenever required.
- set(state: bool, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:X[:SCALe]:AUTO driver.applications.k18AmplifierEt.display.window.subwindow.trace.x.scale.auto.set(state = False, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)
This command turns automatic scaling of the x-axis in graphical result displays on and off.
- Parameters:
state – OFF | 0 Selects manual scaling of the diagram. ON | 1 Automatically scales the diagram when new results are available. ONCE Automatically scales the diagram once whenever required.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)