State
SCPI Command :
SOURce:EXTernal<gen>:FREQuency:COUPling[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(externalGen=ExternalGen.Nr1) bool[source]
# SOURce:EXTernal<gen>:FREQuency:COUPling[:STATe] value: bool = driver.source.external.frequency.coupling.state.get(externalGen = repcap.ExternalGen.Nr1)
Couples the frequency of the external generator output to the FSW. Is only valid if External Generator Control (R&S FSW-B10) is installed.
- Parameters:
externalGen – optional repeated capability selector. Default value: Nr1
- Returns:
state: ON | OFF | 0 | 1 ON | 1 Default setting: a series of frequencies is defined (one for each sweep point) , based on the current frequency at the RF input of the FSW. The RF frequency range covers the currently defined span of the FSW (unless limited by the range of the signal generator) . OFF | 0 The generator uses a single fixed frequency, defined by method
RsFsw.source.external.frequency.set().
- set(state: bool, externalGen=ExternalGen.Nr1) None[source]
# SOURce:EXTernal<gen>:FREQuency:COUPling[:STATe] driver.source.external.frequency.coupling.state.set(state = False, externalGen = repcap.ExternalGen.Nr1)
Couples the frequency of the external generator output to the FSW. Is only valid if External Generator Control (R&S FSW-B10) is installed.
- Parameters:
state – ON | OFF | 0 | 1 ON | 1 Default setting: a series of frequencies is defined (one for each sweep point) , based on the current frequency at the RF input of the FSW. The RF frequency range covers the currently defined span of the FSW (unless limited by the range of the signal generator) . OFF | 0 The generator uses a single fixed frequency, defined by method
RsFsw.source.external.frequency.set().externalGen – optional repeated capability selector. Default value: Nr1