ConfigureReferenceWaveform(string, ComplexWaveform< ComplexSingle >, RFmxSpecAnMXIdpdReferenceWaveformIdleDurationPresent, RFmxSpecAnMXIdpdSignalType)
- Updated2025-10-13
- 1 minute(s) read
Configures the reference waveform for the IDPD measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureReferenceWaveform(string selectorString, ComplexWaveform< ComplexSingle > referenceWaveform, RFmxSpecAnMXIdpdReferenceWaveformIdleDurationPresent idleDurationPresent, RFmxSpecAnMXIdpdSignalType signalType)
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 DUT when performing the measurement. |
| idleDurationPresent | RFmxSpecAnMXIdpdReferenceWaveformIdleDurationPresent | Specifies whether the reference waveform contains an idle duration. |
| signalType | RFmxSpecAnMXIdpdSignalType | 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 a warning condition.