Roscillator

SCPI Command :

SENSe[:ROSCillator]:SOURce
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_source() SourceInt[source]
# SENSe[:ROSCillator]:SOURce
value: enums.SourceInt = driver.sense.roscillator.get_source()

Enables the use of the external reference signal instead of the internal OCXO reference.

set_source(ref_osc_source: SourceInt) None[source]
# SENSe[:ROSCillator]:SOURce
driver.sense.roscillator.set_source(ref_osc_source = enums.SourceInt.EXTernal)

Enables the use of the external reference signal instead of the internal OCXO reference.

Parameters:

ref_osc_source – INTernal | EXTernal

Cloning the Group

# Create a copy of the original group, that exists independently
roscillator_copy = driver.sense.roscillator.clone()

Subgroups