ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgArb.PreFilterGain Property

RfsgArb.PreFilterGain Property

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: Double
Specifies a Double representing the AWG prefilter gain, in dB.

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?