Configures the predistortion lookup table when you set the SetUserDpdModel(string, RFmxSpecAnMXDpdApplyDpdUserDpdModel) method to LookupTable.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureUserLookupTable(string selectorString, float[] lutInputPowers, ComplexSingle[] lutComplexGains)

Remarks

This method maps to the RFmxSpecAn_DPDCfgApplyDPDUserLookupTable() function in C.

Parameters

NameTypeDescription
selectorStringstring

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

lutInputPowersfloat[]

Specifies the array of lookup table power levels, in dBm.

lutComplexGainsComplexSingle[]

Specifies the array of lookup table complex gain values for magnitude and phase predistortion.

Returns

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