RfsaVertical.IFOutputPowerLevel Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets or sets the level of the IF signal, in dBm, leaving the downconverter module.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double IFOutputPowerLevel { get; set; }
Public Property IFOutputPowerLevel As Double Get Set
Property Value
DoubleSpecifies a Double representing the the level of the IF signal, in dBm, leaving the downconverter module. The default is -6 dBm.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The IFOutputPowerLevel property was accessed after the associated NIRfsa object was disposed. |
Remarks
Use this property to increase or decrease the nominal IF signal output level
to achieve better measurement results.
You cannot set the IFOutputPowerLevel and
IFOutputPowerLevelOffset property at the same time.