ReferenceLevel
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the reference level, in dBm, which represents the maximum expected power of an input RF signal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double ReferenceLevel { get; set; }
Remarks
Specifies a Double representing the reference level.
The reference level represents the maximum expected power of an input RF signal. Refer to the ExternalGain property for more information about how configuring an external gain and a reference level affect attenuation.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ReferenceLevel property was accessed after the associated NIRfsa object was disposed. |