Auto
SCPI Command :
CHANnel<*>:EFRontend:FREQuency:BCONfig:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:EFRontend:FREQuency:BCONfig:AUTO value: bool = driver.channel.efrontend.frequency.bconfig.auto.get(channel = repcap.Channel.Default)
Sets the RF band selection auto mode. Currently only auto mode and the lower IF band are supported.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(band_config_auto: bool, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:FREQuency:BCONfig:AUTO driver.channel.efrontend.frequency.bconfig.auto.set(band_config_auto = False, channel = repcap.Channel.Default)
Sets the RF band selection auto mode. Currently only auto mode and the lower IF band are supported.
- Parameters:
band_config_auto – ON
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)