Roscillator

SCPI Command :

CONFigure:GENerator:EXTernal:ROSCillator
class RoscillatorCls[source]

Roscillator commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() RsFsw.enums.SourceInt[source]
# SCPI: 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 *WAI to make sure that the command was successfully applied on the generator before sending the next command.

return

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: RsFsw.enums.SourceInt) None[source]
# SCPI: 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 *WAI to make sure that the command was successfully applied on the generator before sending the next command.

param 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 clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.generator.external.roscillator.clone()

Subgroups