Loscillator

SCPI Command :

[SOURce<HW>]:FREQuency:LOSCillator:MODE
class LoscillatorCls[source]

Loscillator commands group definition. 4 total commands, 2 Subgroups, 1 group commands

get_mode() RsSmbv.enums.SourceInt[source]
# SCPI: [SOURce<HW>]:FREQuency:LOSCillator:MODE
value: enums.SourceInt = driver.source.frequency.loscillator.get_mode()

Selects the mode of the local oscillator coupling.

return

mode: INTernal| EXTernal

set_mode(mode: RsSmbv.enums.SourceInt) None[source]
# SCPI: [SOURce<HW>]:FREQuency:LOSCillator:MODE
driver.source.frequency.loscillator.set_mode(mode = enums.SourceInt.EXTernal)

Selects the mode of the local oscillator coupling.

param mode

INTernal| EXTernal

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.frequency.loscillator.clone()

Subgroups