IFOutputPowerLevel
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the level of the IF signal, in dBm, leaving the downconverter module.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double IFOutputPowerLevel { get; set; }
Remarks
Specifies a Double representing the the level of the IF signal, in dBm, leaving the downconverter module. The default is -6 dBm.
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.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IFOutputPowerLevel property was accessed after the associated NIRfsa object was disposed. |