ConfigurePredistortedWaveform(string, ComplexWaveform< ComplexSingle >, double)
- Updated2025-10-13
- 1 minute(s) read
Configures the predistorted waveform for the IDPD measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigurePredistortedWaveform(string selectorString, ComplexWaveform< ComplexSingle > predistotedWaveform, double targetGain)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| predistotedWaveform | ComplexWaveform< ComplexSingle > | Specifies the predistorted waveform for the measurement. |
| targetGain | double | Specifies the target gain when the configured pre-distorted waveform is non-empty. This value is expressed in dB. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.