Roscillator
SCPI Command :
SENSe[:ROSCillator]:SOURce
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_source() SourceInt[source]
# SENSe[:ROSCillator]:SOURce value: enums.SourceInt = driver.sense.roscillator.get_source()
Selects the source of the reference clock: internal 10 MHz reference signal of the OCXO, or an external 10 MHz reference signal..
- set_source(ref_osc_source: SourceInt) None[source]
# SENSe[:ROSCillator]:SOURce driver.sense.roscillator.set_source(ref_osc_source = enums.SourceInt.EXTernal)
Selects the source of the reference clock: internal 10 MHz reference signal of the OCXO, or an external 10 MHz reference signal..
- 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