Source

SCPI Command :

SOURce<si>:EXTernal:ROSCillator[:SOURce]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoAntenna=MimoAntenna.Default) SourceInt[source]
# SOURce<si>:EXTernal:ROSCillator[:SOURce]
value: enums.SourceInt = driver.applications.k30NoiseFigure.source.external.roscillator.source.get(mimoAntenna = repcap.MimoAntenna.Default)

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:

mimoAntenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Source’)

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, mimoAntenna=MimoAntenna.Default) None[source]
# SOURce<si>:EXTernal:ROSCillator[:SOURce]
driver.applications.k30NoiseFigure.source.external.roscillator.source.set(source = enums.SourceInt.EXTernal, mimoAntenna = repcap.MimoAntenna.Default)

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.

  • mimoAntenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Source’)