ListPy

SCPI Command :

CHANnel<*>:EFRontend:FREQuency:BCONfig:LIST
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(band_config_list: List[str], channel=Channel.Default) List[str][source]
# CHANnel<*>:EFRontend:FREQuency:BCONfig:LIST
value: List[str] = driver.channel.efrontend.frequency.bconfig.listPy.get(band_config_list = ['abc1', 'abc2', 'abc3'], channel = repcap.Channel.Default)

Returns the available intermediate frequency (output) ranges of the external frontend, depending on the connected external frontend.

Parameters:
  • band_config_list – String Possible values are: IF LOW,IF HIGH, Spur Optimized, EVM Optimized See method RsRtx.channel.efrontend.frequency.bconfig.select.set() for details.

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

band_config_list: String Possible values are: IF LOW,IF HIGH, Spur Optimized, EVM Optimized See method RsRtx.channel.efrontend.frequency.bconfig.select.set() for details.