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

NameTypeDescription
selectorStringstring

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

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