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

NameTypeDescription
selectorStringstring

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

referenceWaveformComplexWaveform< 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.