Auto

SCPI Command :

[SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) bool[source]
# [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]:AUTO
value: bool = driver.applications.k30NoiseFigure.sense.window.detector.function.auto.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Couples and decouples the detector to the trace mode.

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

Returns:

state: ON | OFF | 0 | 1

set(state: bool, window=Window.Default, trace=Trace.Default) None[source]
# [SENSe][:WINDow<n>]:DETector<t>[:FUNCtion]:AUTO
driver.applications.k30NoiseFigure.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.

Parameters:
  • state – ON | OFF | 0 | 1

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