Cfrequency

SCPI Command :

CHANnel<*>:IQ:CFRequency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# CHANnel<*>:IQ:CFRequency
value: float = driver.channel.iq.cfrequency.get(channel = repcap.Channel.Default)

Sets the carrier frequency of the modulated RF signal or of the complex signal in IF range. Prerequisites:

  • method RsRtx.channel.iq.inpType.set() is set to REAL or:

  • method RsRtx.channel.iq.inpType.set() is set to COMPlex and method RsRtx.channel.iq.inpMode.set() is set to RFIF

Parameters:

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

Returns:

iq_carrier_freq_input: 10E-3 to 10E+9

set(iq_carrier_freq_input: float, channel=Channel.Default) None[source]
# CHANnel<*>:IQ:CFRequency
driver.channel.iq.cfrequency.set(iq_carrier_freq_input = 1.0, channel = repcap.Channel.Default)

Sets the carrier frequency of the modulated RF signal or of the complex signal in IF range. Prerequisites:

  • method RsRtx.channel.iq.inpType.set() is set to REAL or:

  • method RsRtx.channel.iq.inpType.set() is set to COMPlex and method RsRtx.channel.iq.inpMode.set() is set to RFIF

Parameters:
  • iq_carrier_freq_input – 10E-3 to 10E+9

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