Source
SCPI Command :
SOURce:EXTernal<ext>:ROSCillator[:SOURce]
- class SourceCls[source]
Source commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(externalRosc=ExternalRosc.Nr1) RsFsw.enums.ReferenceSourceB [source]
# SCPI: SOURce:EXTernal<ext>:ROSCillator[:SOURce] value: enums.ReferenceSourceB = driver.source.external.roscillator.source.get(externalRosc = repcap.ExternalRosc.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.
- param externalRosc
optional repeated capability selector. Default value: Nr1
- 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.ReferenceSourceB, externalRosc=ExternalRosc.Nr1) None [source]
# SCPI: SOURce:EXTernal<ext>:ROSCillator[:SOURce] driver.source.external.roscillator.source.set(source = enums.ReferenceSourceB.EAUTo, externalRosc = repcap.ExternalRosc.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.
- 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.
- param externalRosc
optional repeated capability selector. Default value: Nr1