ConfigureUserLookupTable(string, float[], ComplexSingle[])
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| lutInputPowers | float[] | Specifies the array of lookup table power levels, in dBm. |
| lutComplexGains | ComplexSingle[] | 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.