Mode
SCPI Command :
CHANnel<*>:EFRontend:FREQuency:LOSCillator:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) SourceInt[source]
# CHANnel<*>:EFRontend:FREQuency:LOSCillator:MODE value: enums.SourceInt = driver.channel.efrontend.frequency.loscillator.mode.get(channel = repcap.Channel.Default)
For measurement setups Coupled LO and Coupled Ref, the command queries the input mode of the local oscillator. The mode is defined by the selected setup definition. In Advanced measurement setup, set the LO input mode according to the connection of the local oscillator in your setup. See also: method
RsRtx.efrontend.setup().- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- set(lo_input_mode: SourceInt, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:FREQuency:LOSCillator:MODE driver.channel.efrontend.frequency.loscillator.mode.set(lo_input_mode = enums.SourceInt.EXTernal, channel = repcap.Channel.Default)
For measurement setups Coupled LO and Coupled Ref, the command queries the input mode of the local oscillator. The mode is defined by the selected setup definition. In Advanced measurement setup, set the LO input mode according to the connection of the local oscillator in your setup. See also: method
RsRtx.efrontend.setup().- Parameters:
lo_input_mode –
INTernal | EXTernal
INTernal: The LO input of the selected frontend is NOT connected to the LO output of another frontend. The reference frequency is received via Ref In from the oscilloscope.
EXTernal: The LO input of the selected frontend is connected to the LO output of another frontend.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)