GetEqualizerReferenceWaveform(string, ref ComplexWaveform< ComplexSingle >, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the equalizer reference waveform used to perform the IDPD measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetEqualizerReferenceWaveform(string selectorString, ref ComplexWaveform< ComplexSingle > equalizerReferenceWaveform, out double papr)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| equalizerReferenceWaveform | ref ComplexWaveform< ComplexSingle > | Upon return, contains the equalizer reference waveform used to perform the measurement. |
| papr | out double | Upon return, containss the peak-to-average power ratio of the waveform obtained after applying digital predistortion. 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.