Auto
SCPI Command :
CALCulate<n>:ESPectrum:PSEarch:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) bool[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
state: ON | OFF | 0 | 1
- set(state: bool, window=Window.Default) None[source]
# 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.
- Parameters:
state – ON | OFF | 0 | 1
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)