Frequency
SCPI Command :
CHANnel<*>:EFRontend:FREQuency:LOSCillator:OUTPut:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# CHANnel<*>:EFRontend:FREQuency:LOSCillator:OUTPut:FREQuency value: float = driver.channel.efrontend.frequency.loscillator.output.frequency.get(channel = repcap.Channel.Default)
Queries the current LO output frequency.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
lo_input_freq: Returns the same value as method
RsRtx.channel.efrontend.frequency.loscillator.inputPy.frequency.get().