RFmx Pulse DotNET

Table of Contents

RFmxPulseMXPulseConfiguration.Configure1ReferenceWaveform Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxPulseMXPulseConfiguration.Configure1ReferenceWaveform Method

RFmxPulseMXPulseConfigurationConfigure1ReferenceWaveform Method

Configures the reference pulse waveform used for time sidelobe measurements.

Namespace:  NationalInstruments.RFmx.PulseMX
Assembly:  NationalInstruments.RFmx.PulseMX.Fx40 (in NationalInstruments.RFmx.PulseMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

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

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used. Example:
""
""
"result::r1"
referenceWaveform
Type: NationalInstrumentsComplexWaveformComplexSingle
specifies the reference waveform used for correlation computation in time sidelobe Measurements. The default value is an empty waveform.

Return Value

Type: 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