Roscillator

SCPI Command :

CONFigure:GENerator:EXTernal:ROSCillator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SourceInt[source]
# CONFigure:GENerator:EXTernal:ROSCillator
value: enums.SourceInt = driver.configure.generator.external.roscillator.get()

Selects the source of the generator reference frequency.

Returns:

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: SourceInt) None[source]
# CONFigure:GENerator:EXTernal:ROSCillator
driver.configure.generator.external.roscillator.set(reference_type = enums.SourceInt.EXTernal)

Selects the source of the generator reference frequency.

Parameters:

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.