ConfigureNReferenceWaveforms(string, ComplexWaveform< ComplexSingle >[])
- Updated2025-10-13
- 1 minute(s) read
Configures the reference waveform array for a MIMO measurement when you set the SetEvmReferenceDataSymbolsMode(string, RFmxWlanMXOfdmModAccEvmReferenceDataSymbolsMode) method to ReferenceWaveform .
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int ConfigureNReferenceWaveforms(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 reference waveform array used for deriving the reference data symbols for an EVM computation. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.