Auto

SCPI Command :

[SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]:AUTO
class AutoCls[source]

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

set(state: bool, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]:AUTO
driver.sense.window.detector.function.auto.set(state = False, window = repcap.Window.Default, trace = repcap.Trace.Default)

Couples and decouples the detector to the trace mode.

param state

ON | OFF | 0 | 1

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