Auto

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:AUTO
class AutoCls[source]

Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(once: RsFsw.enums.AutoscaleMode, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:AUTO
driver.applications.k10Xlte.display.window.subwindow.trace.y.scale.auto.set(once = enums.AutoscaleMode.ALL, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Automatically scales the y-axis of a diagram based on the displayed results.

param once

ALL Scales the y-axis in all windows for an ideal viewing experience. DEFault Restores the default scale of the y-axis. ONCE Scales the y-axis in a specific window for an ideal viewing experience.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

param subWindow

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)