Loscillator
SCPI Command :
[SOURce<HW>]:EFRontend:LOSCillator:MODE
- class LoscillatorCls[source]
Loscillator commands group definition. 4 total commands, 2 Subgroups, 1 group commands
- get_mode() RsSmw.enums.SourceInt [source]
# SCPI: [SOURce<HW>]:EFRontend:LOSCillator:MODE value: enums.SourceInt = driver.source.efrontend.loscillator.get_mode()
Selects the LO input source for the connected external frontend.
- return
mode: INTernal| EXTernal INTernal Uses the internally generated LO signal. EXTernal Uses an externally supplied LO signal.
- set_mode(mode: RsSmw.enums.SourceInt) None [source]
# SCPI: [SOURce<HW>]:EFRontend:LOSCillator:MODE driver.source.efrontend.loscillator.set_mode(mode = enums.SourceInt.EXTernal)
Selects the LO input source for the connected external frontend.
- param mode
INTernal| EXTernal INTernal Uses the internally generated LO signal. EXTernal Uses an externally supplied LO signal.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.efrontend.loscillator.clone()
Subgroups