Roscillator
SCPI Command :
CONFigure:GENerator:EXTernal:ROSCillator
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() SourceInt[source]
# CONFigure:GENerator:EXTernal:ROSCillator value: enums.SourceInt = driver.applications.k18AmplifierEt.configure.generator.external.roscillator.get()
This command selects the source of the generator reference frequency. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Returns:
source: EXT The generator uses an external reference frequency (for example that of the FSW) . INT The generator uses its own (internal) reference frequency.
- set(source: SourceInt) None[source]
# CONFigure:GENerator:EXTernal:ROSCillator driver.applications.k18AmplifierEt.configure.generator.external.roscillator.set(source = enums.SourceInt.EXTernal)
This command selects the source of the generator reference frequency. Make sure to synchronize with
*OPC?or*WAIto make sure that the command was successfully applied on the generator before sending the next command.- Parameters:
source – EXT The generator uses an external reference frequency (for example that of the FSW) . INT The generator uses its own (internal) reference frequency.
Cloning the Group
# Create a copy of the original group, that exists independently
roscillator_copy = driver.applications.k18AmplifierEt.configure.generator.external.roscillator.clone()
Subgroups