State

SCPI Command :

SOURce:EXTernal<gen>:FREQuency:COUPling[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(externalGen=ExternalGen.Nr1) bool[source]
# SCPI: 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.

param externalGen

optional repeated capability selector. Default value: Nr1

return

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]
# SCPI: 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.

param 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.

param externalGen

optional repeated capability selector. Default value: Nr1