All
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:AUTO:ALL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(window=Window.Default, trace=Trace.Default) None[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
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]