Auto
SCPI Command :
CALCulate<n>:ESPectrum:PSEarch:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) bool [source]
# SCPI: CALCulate<n>:ESPectrum:PSEarch:AUTO value: bool = driver.applications.k91Wlan.calculate.espectrum.peakSearch.auto.get(window = repcap.Window.Default)
Turns the list evaluation on and off.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
state: ON | OFF | 0 | 1
- set(state: bool, window=Window.Default) None [source]
# SCPI: CALCulate<n>:ESPectrum:PSEarch:AUTO driver.applications.k91Wlan.calculate.espectrum.peakSearch.auto.set(state = False, window = repcap.Window.Default)
Turns the list evaluation on and off.
- param state
ON | OFF | 0 | 1
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)