Numerator

SCPI Command :

SOURce:EXTernal<gen>:FREQuency[:FACTor]:NUMerator
class NumeratorCls[source]

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

get(externalGen=ExternalGen.Nr1) float[source]
# SCPI: SOURce:EXTernal<gen>:FREQuency[:FACTor]:NUMerator
value: float = driver.source.external.frequency.factor.numerator.get(externalGen = repcap.ExternalGen.Nr1)

Defines the numerator 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:

param externalGen

optional repeated capability selector. Default value: Nr1

return

value: numeric value

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

Defines the numerator 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:

param value

numeric value

param externalGen

optional repeated capability selector. Default value: Nr1