Source
SCPI Command :
SOURce:EXTernal<gen>:ROSCillator[:SOURce]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(externalGen=ExternalGen.Nr1) SourceInt[source]
# SOURce:EXTernal<gen>:ROSCillator[:SOURce] value: enums.SourceInt = driver.source.external.roscillator.source.get(externalGen = repcap.ExternalGen.Nr1)
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.
- Parameters:
externalGen – optional repeated capability selector. Default value: Nr1
- Returns:
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, externalGen=ExternalGen.Nr1) None[source]
# SOURce:EXTernal<gen>:ROSCillator[:SOURce] driver.source.external.roscillator.source.set(source = enums.SourceInt.EXTernal, externalGen = repcap.ExternalGen.Nr1)
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.
- Parameters:
source – INTernal Uses the internal reference. EXTernal Uses the external reference; if none is available, an error flag is displayed in the status bar.
externalGen – optional repeated capability selector. Default value: Nr1