Roscillator

SCPI Command :

SENSe[:ROSCillator]:EXTernal
Commands in total: 3
Subgroups: 1
Direct child commands: 1
get_external() bool[source]
# SENSe[:ROSCillator]:EXTernal
value: bool = driver.sense.roscillator.get_external()

No help available

set_external(use_ext_ref: bool) None[source]
# SENSe[:ROSCillator]:EXTernal
driver.sense.roscillator.set_external(use_ext_ref = False)

No help available

Cloning the Group

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

Subgroups