ListPy
SCPI Command :
CHANnel<*>:EFRontend:FREQuency:BAND<*>:LIST
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(band_list: List[str], channel=Channel.Default, freqBand=FreqBand.Default) List[str][source]
# CHANnel<*>:EFRontend:FREQuency:BAND<*>:LIST value: List[str] = driver.channel.efrontend.frequency.band.listPy.get(band_list = ['abc1', 'abc2', 'abc3'], channel = repcap.Channel.Default, freqBand = repcap.FreqBand.Default)
Queries the frequency range that is supported by the selected frontend frequency band.
- Parameters:
band_list – String with start and stop frequency of the selected band.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
freqBand – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Band’)
- Returns:
band_list: String with start and stop frequency of the selected band.