Source

SCPI Commands

SOURce:EXTernal:ROSCillator:SOURce
class SourceCls[source]

Source commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() SourceInt[source]
# SCPI: SOURce:EXTernal:ROSCillator[:SOURce]
value: enums.SourceInt = driver.applications.k30NoiseFigure.source.external.roscillator.source.get()

This command controls selection of the reference oscillator for the external generator. This command is only valid if External Generator Control (R&S FSWP-B10) is installed. If the external reference oscillator is selected, the reference signal must be connected to the rear panel of the instrument.

return

source: INTernal Uses the internal reference. EXTernal Uses the external reference; if none is available, an error flag is displayed in the status bar.

set(source: SourceInt) None[source]
# SCPI: SOURce:EXTernal:ROSCillator[:SOURce]
driver.applications.k30NoiseFigure.source.external.roscillator.source.set(source = enums.SourceInt.EXTernal)

This command controls selection of the reference oscillator for the external generator. This command is only valid if External Generator Control (R&S FSWP-B10) is installed. If the external reference oscillator is selected, the reference signal must be connected to the rear panel of the instrument.

param source

INTernal Uses the internal reference. EXTernal Uses the external reference; if none is available, an error flag is displayed in the status bar.