Denominator
SCPI Command :
SOURce<si>:EXTernal:FREQuency[:FACTor]:DENominator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mimoAntenna=MimoAntenna.Default) float[source]
# SOURce<si>:EXTernal:FREQuency[:FACTor]:DENominator value: float = driver.applications.k30NoiseFigure.source.external.frequency.factor.denominator.get(mimoAntenna = repcap.MimoAntenna.Default)
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:
mimoAntenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Source’)
- set(denominator: float, mimoAntenna=MimoAntenna.Default) None[source]
# SOURce<si>:EXTernal:FREQuency[:FACTor]:DENominator driver.applications.k30NoiseFigure.source.external.frequency.factor.denominator.set(denominator = 1.0, mimoAntenna = repcap.MimoAntenna.Default)
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:
mimoAntenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Source’)