RFmx WCDMA DotNET

RFmxWcdmaMXModAccConfiguration.ConfigureReferenceWaveform Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxWcdmaMXModAccConfiguration.ConfigureReferenceWaveform Method

RFmxWcdmaMXModAccConfigurationConfigureReferenceWaveform Method

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.

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int ConfigureReferenceWaveform(
	string selectorString,
	ComplexWaveform<ComplexSingle> referenceWaveform
)
Public Function ConfigureReferenceWaveform ( 
	selectorString As String,
	referenceWaveform As ComplexWaveform(Of ComplexSingle)
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
referenceWaveform  ComplexWaveformComplexSingle
Specifies the ideal complex baseband reference waveform.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience