ConfigureReferenceWaveform(string, ComplexWaveform< ComplexSingle >)
- Updated2025-10-13
- 1 minute(s) read
Configures the reference waveform for the creation of reference data symbols for EVM computation.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int ConfigureReferenceWaveform(string selectorString, ComplexWaveform< ComplexSingle > referenceWaveform)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| referenceWaveform | ComplexWaveform< ComplexSingle > | Specifies the array of complex-valued time domain data. The real and imaginary parts of this complex data array correspond to the in-phase (I) and quadrature-phase (Q) data, respectively. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.