IF2AttenuationValue
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the IF2 attenuation, in dB.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double IF2AttenuationValue { get; set; }
Remarks
Specifies a Double representing the IF2 attenuation. Valid values are 0 to 15, inclusive.
The device IF2 attenuator is set to this nominal value. Use this property, along with the IF1AttenuationValue property, when you set the IFFilter property to IFFilterBypass.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IF2AttenuationValue property was accessed after the associated NIRfsa object was disposed. |