Select

SCPI Command :

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

Defines the intermediate frequency (output) range of the external frontend.

Parameters:

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

Returns:

config: String. The following values are possible:

  • ’IF LOW’: A higher intermediate frequency is used on the external frontend, resulting in a higher input frequency at the R&S RTP.Only available for frontends R&S FE44S and R&S FE50DTR.

  • ’IF HIGH’: A lower intermediate frequency is used on the external frontend, resulting in a lower input frequency at the R&S RTP.Only available for frontends R&S FE44S and R&S FE50DTR.

  • ’Spur Optimized’: Avoids unwanted spurious effects on the IF output.Only available for frontends R&S FE110ST and R&S FE170SR.

  • ’EVM Optimized’: The IF output provides an optimal EVM result.Only available for frontends R&S FE170SR.

set(config: str, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:FREQuency:BCONfig:SELect
driver.channel.efrontend.frequency.bconfig.select.set(config = 'abc', channel = repcap.Channel.Default)

Defines the intermediate frequency (output) range of the external frontend.

Parameters:
  • config

    String. The following values are possible:

    • ’IF LOW’: A higher intermediate frequency is used on the external frontend, resulting in a higher input frequency at the R&S RTP.Only available for frontends R&S FE44S and R&S FE50DTR.

    • ’IF HIGH’: A lower intermediate frequency is used on the external frontend, resulting in a lower input frequency at the R&S RTP.Only available for frontends R&S FE44S and R&S FE50DTR.

    • ’Spur Optimized’: Avoids unwanted spurious effects on the IF output.Only available for frontends R&S FE110ST and R&S FE170SR.

    • ’EVM Optimized’: The IF output provides an optimal EVM result.Only available for frontends R&S FE170SR.

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