ConfigureReferenceWaveform(string, ComplexWaveform< ComplexSingle >, RFmxSpecAnMXAmpmReferenceWaveformIdleDurationPresent, RFmxSpecAnMXAmpmSignalType)
- Updated2025-10-13
- 1 minute(s) read
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
| 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 complex baseband equivalent of the RF signal applied at the input port of the device under test when performing the measurement. |
| idleDurationPresent | RFmxSpecAnMXAmpmReferenceWaveformIdleDurationPresent | Specifies whether the reference waveform contains an idle duration. |
| signalType | RFmxSpecAnMXAmpmSignalType | 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.