Value
SCPI Command :
CHANnel<*>:EFRontend:FREQuency:RFRequency[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# CHANnel<*>:EFRontend:FREQuency:RFRequency[:VALue] value: float = driver.channel.efrontend.frequency.rfrequency.value.get(channel = repcap.Channel.Default)
Sets the RF frequency of the signal that the external frontend receives from the DUT. The value is the center frequency that determines the LO frequency generation.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(rf_input_freq: float, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:FREQuency:RFRequency[:VALue] driver.channel.efrontend.frequency.rfrequency.value.set(rf_input_freq = 1.0, channel = repcap.Channel.Default)
Sets the RF frequency of the signal that the external frontend receives from the DUT. The value is the center frequency that determines the LO frequency generation.
- Parameters:
rf_input_freq – 24E+9 to 44E+9
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)