Loscillator
SCPI Command :
[SOURce<HW>]:FREQuency:LOSCillator:MODE
- Commands in total: 4Subgroups: 2Direct child commands: 1
- get_mode() SourceInt[source]
# [SOURce<HW>]:FREQuency:LOSCillator:MODE value: enums.SourceInt = driver.source.frequency.loscillator.get_mode()
Selects the mode of the local oscillator coupling.
- Returns:
mode: INTernal | EXTernal
- set_mode(mode: SourceInt) None[source]
# [SOURce<HW>]:FREQuency:LOSCillator:MODE driver.source.frequency.loscillator.set_mode(mode = enums.SourceInt.EXTernal)
Selects the mode of the local oscillator coupling.
- Parameters:
mode – INTernal | EXTernal
Cloning the Group
# Create a copy of the original group, that exists independently
loscillator_copy = driver.source.frequency.loscillator.clone()
Subgroups