PreFilterGain
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the arbitrary waveform generator (AWG) prefilter gain, in dB.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double PreFilterGain { get; set; }
Remarks
Specifies a Double representing the AWG prefilter gain, in dB.
Reduce the AWG prefilter gain value to prevent overflow in the interpolation filters. Other gains on the RF signal generator are automatically adjusted to compensate for non-unity prefilter gain.
To set this property, the NI-RFSG device must be in the Configuration state.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The PreFilterGain property was accessed after the associated NIRfsg object was disposed. |