RfsgArb.PreFilterGain Property
- Updated2024-05-08
- 1 minute(s) read
RfsgArbPreFilterGain Property
Gets or sets the arbitrary waveform generator (AWG) prefilter gain, in dB.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public double PreFilterGain { get; set; }
Public Property PreFilterGain As Double Get Set
Property Value
Type: DoubleSpecifies a Double representing the AWG prefilter gain, in dB.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The PreFilterGain property was accessed after the associated NIRfsg object was disposed. |
Remarks
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.