Roscillator
SCPI Command :
CONFigure:GENerator:EXTernal:ROSCillator
- class RoscillatorCls[source]
Roscillator commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SourceInt [source]
# SCPI: CONFigure:GENerator:EXTernal:ROSCillator value: enums.SourceInt = driver.configure.generator.external.roscillator.get()
Selects the source of the generator reference frequency.
- return
reference_type: EXTernal | INTernal EXTernal An external reference is provided via the EXT connectors on the generator, for example by the FSW. INTernal The internal reference is that of the signal generator itself.
- set(reference_type: RsFsw.enums.SourceInt) None [source]
# SCPI: CONFigure:GENerator:EXTernal:ROSCillator driver.configure.generator.external.roscillator.set(reference_type = enums.SourceInt.EXTernal)
Selects the source of the generator reference frequency.
- param reference_type
EXTernal | INTernal EXTernal An external reference is provided via the EXT connectors on the generator, for example by the FSW. INTernal The internal reference is that of the signal generator itself.