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
- get(window=Window.Default, trace=Trace.Default) bool [source]
# SCPI: [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]:AUTO value: bool = driver.applications.k6Pulse.sense.window.detector.function.auto.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Couples and decouples the detector to the trace mode.
- 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’)
- return
state: ON | OFF | 0 | 1
- set(state: bool, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]:AUTO driver.applications.k6Pulse.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’)