Auto

SCPI Command :

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

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

get(window=Window.Default, trace=Trace.Default) bool[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:AUTO
value: bool = driver.applications.k30NoiseFigure.display.window.trace.y.scale.refLevel.auto.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Turns automatic determination of the reference level on and off.

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’)

return

state: ON | OFF | 1 | 0

set(state: bool, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:AUTO
driver.applications.k30NoiseFigure.display.window.trace.y.scale.refLevel.auto.set(state = False, window = repcap.Window.Default, trace = repcap.Trace.Default)

Turns automatic determination of the reference level on and off.

param state

ON | OFF | 1 | 0

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’)