IFOutputPowerLevelOffset
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the number of dB by which to adjust the default IF output power level.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double IFOutputPowerLevelOffset { get; set; }
Remarks
Specifies 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.
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IFOutputPowerLevelOffset property was accessed after the associated NIRfsa object was disposed. |