IFAttenuation
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the device attenuation to a value that has the actual calibrated IF attenuation closest to the desired value.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double IFAttenuation { get; set; }
Remarks
Specifies a Double representing the device attenuation value. Valid values are 0 to 30, inclusive.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IFAttenuation property was accessed after the associated NIRfsa object was disposed. |