RfsaVertical.IFOutputPowerLevelOffset Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets the number of dB by which to adjust the default IF output power level.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double IFOutputPowerLevelOffset { get; set; }
Public Property IFOutputPowerLevelOffset As Double Get Set
Property Value
DoubleSpecifies a Double representing the number of dB by which to adjust the default IF output power level. The default value for the offset is 0 dB, which results in an IF OUT output power level of -6 dBm.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The IFOutputPowerLevelOffset property was accessed after the associated NIRfsa object was disposed. |
Remarks
This property does not depend on absolute IF output power levels,
so you can use it to adjust the IF output power level on all NI-RFSA devices without knowing the exact default value. Use this property to
increase or decrease the nominal output level to achieve better measurement results.
You cannot set the IFOutputPowerLevel and
IFOutputPowerLevelOffset property at the same time.