Configures the reference waveform and its properties for the AMPM measurement.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureReferenceWaveform(string selectorString, ComplexWaveform< ComplexSingle > referenceWaveform, RFmxSpecAnMXAmpmReferenceWaveformIdleDurationPresent idleDurationPresent, RFmxSpecAnMXAmpmSignalType signalType)

Remarks

This method maps to the RFmxSpecAn_AMPMCfgReferenceWaveform() function in C.

Parameters

NameTypeDescription
selectorStringstring

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

referenceWaveformComplexWaveform< ComplexSingle >

Specifies the complex baseband equivalent of the RF signal applied at the input port of the device under test when performing the measurement.

idleDurationPresentRFmxSpecAnMXAmpmReferenceWaveformIdleDurationPresent

Specifies whether the reference waveform contains an idle duration.

signalTypeRFmxSpecAnMXAmpmSignalType

Specifies whether the reference waveform is a modulated signal or tones.

Returns

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