RfRange
SCPI Command :
CHANnel<*>:EFRontend:FREQuency:BCONfig:RFRange
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) str[source]
# CHANnel<*>:EFRontend:FREQuency:BCONfig:RFRange value: str = driver.channel.efrontend.frequency.bconfig.rfRange.get(channel = repcap.Channel.Default)
Queries the RF range of the indicated band.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
frequency_range: String with the frequency range.
- set(band_config_id: int, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:FREQuency:BCONfig:RFRange driver.channel.efrontend.frequency.bconfig.rfRange.set(band_config_id = 1, channel = repcap.Channel.Default)
Queries the RF range of the indicated band.
- Parameters:
band_config_id – Frequency band configuration = 1.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)