All

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:AUTO:ALL
class AllCls[source]

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

set(window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:AUTO:ALL
driver.applications.k70Vsa.display.window.trace.y.scale.auto.all.set(window = repcap.Window.Default, trace = repcap.Trace.Default)

Automatic scaling of the y-axis is performed once in all windows, then switched off again.

param window

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

param trace

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

set_with_opc(window=Window.Default, trace=Trace.Default, opc_timeout_ms: int = - 1) None[source]