IfRange

SCPI Command :

CHANnel<*>:EFRontend:FREQuency:BCONfig:IFRange
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) str[source]
# CHANnel<*>:EFRontend:FREQuency:BCONfig:IFRange
value: str = driver.channel.efrontend.frequency.bconfig.ifRange.get(channel = repcap.Channel.Default)

Queries the IF 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:IFRange
driver.channel.efrontend.frequency.bconfig.ifRange.set(band_config_id = 1, channel = repcap.Channel.Default)

Queries the IF 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’)