Configures the equalizer coefficients for the IDPD measurement.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureEqualizerCoefficients(string selectorString, double x0, double dx, ComplexSingle[] equalizerCoefficients)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

x0double

Always pass 0 to this parameter. Any other values are ignored.

dxdouble

Specifies the spacing between the coefficients.

equalizerCoefficientsComplexSingle[]

Specifies the equalizer coefficients.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.