Cfrequency
SCPI Command :
CHANnel<*>:IQ:CFRequency
- Commands in total: 1Subgroups: 0Direct 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 methodRsRtx.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 methodRsRtx.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’)