ConfigureReferenceWaveform(string, ComplexWaveform< ComplexSingle >)
- Updated2026-07-27
- 1 minute(s) read
Configures the reference waveform such that it corresponds to the transmitted signal for the ModAcc measurement. This reference waveform helps achieve faster ModAcc measurements.
This method is used only when you set the SetSynchronizationMode(string, RFmxWcdmaMXModAccSynchronizationMode) method to Marker.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
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 ideal complex baseband reference waveform. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.