Source
SCPI Command :
SOURce:EXTernal:ROSCillator[:SOURce]
- class SourceCls[source]
Source commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SourceInt [source]
# SCPI: SOURce:EXTernal:ROSCillator[:SOURce] value: enums.SourceInt = driver.applications.k30NoiseFigure.source.external.roscillator.source.get()
Controls selection of the reference oscillator for the external generator. Is only valid if External Generator Control (R&S FSW-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: RsFsw.enums.SourceInt) None [source]
# SCPI: SOURce:EXTernal:ROSCillator[:SOURce] driver.applications.k30NoiseFigure.source.external.roscillator.source.set(source = enums.SourceInt.EXTernal)
Controls selection of the reference oscillator for the external generator. Is only valid if External Generator Control (R&S FSW-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.