Roscillator

SCPI Command :

[SOURce<HW>]:ROSCillator:SOURce
class RoscillatorCls[source]

Roscillator commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_source() SourceInt[source]
# SCPI: [SOURce<HW>]:ROSCillator:SOURce
value: enums.SourceInt = driver.source.roscillator.get_source()

Select the reference oscillator signal source.

return:

source: INTernal| EXTernal

set_source(source: SourceInt) None[source]
# SCPI: [SOURce<HW>]:ROSCillator:SOURce
driver.source.roscillator.set_source(source = enums.SourceInt.EXTernal)

Select the reference oscillator signal source.

param source:

INTernal| EXTernal

Cloning the Group

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

Subgroups