Denominator

SCPI Command :

SOURce:EXTernal<gen>:FREQuency[:FACTor]:DENominator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(externalGen=ExternalGen.Nr1) float[source]
# SOURce:EXTernal<gen>:FREQuency[:FACTor]:DENominator
value: float = driver.source.external.frequency.factor.denominator.get(externalGen = repcap.ExternalGen.Nr1)

Defines the denominator of the factor with which the analyzer frequency is multiplied to obtain the transmit frequency of the selected generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active. Select the multiplication factor such that the frequency range of the generator is not exceeded if the following formula is applied to the start and stop frequency of the analyzer:

Parameters:

externalGen – optional repeated capability selector. Default value: Nr1

Returns:

value: numeric value

set(value: float, externalGen=ExternalGen.Nr1) None[source]
# SOURce:EXTernal<gen>:FREQuency[:FACTor]:DENominator
driver.source.external.frequency.factor.denominator.set(value = 1.0, externalGen = repcap.ExternalGen.Nr1)

Defines the denominator of the factor with which the analyzer frequency is multiplied to obtain the transmit frequency of the selected generator. Is only valid if External Generator Control (R&S FSW-B10) is installed and active. Select the multiplication factor such that the frequency range of the generator is not exceeded if the following formula is applied to the start and stop frequency of the analyzer:

Parameters:
  • value – numeric value

  • externalGen – optional repeated capability selector. Default value: Nr1