ConfigureCarrierCorrection(string, RFmxDemodMXADemodCarrierFrequencyCorrectionEnabled, RFmxDemodMXADemodCarrierPhaseCorrectionEnabled)
- Updated2025-04-08
- 1 minute(s) read
Configures the carrier correction in analog demodulation measurements.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int ConfigureCarrierCorrection(string selectorString, RFmxDemodMXADemodCarrierFrequencyCorrectionEnabled carrierFrequencyCorrectionEnabled, RFmxDemodMXADemodCarrierPhaseCorrectionEnabled carrierPhaseCorrectionEnabled)
Remarks
This method maps to the RFmxDemod_ADemodCfgCarrierCorrection() 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. |
carrierFrequencyCorrectionEnabled | RFmxDemodMXADemodCarrierFrequencyCorrectionEnabled | Specifies whether to correct the frequency error in the carrier when demodulating frequency-modulated or phase-modulated signals. |
carrierPhaseCorrectionEnabled | RFmxDemodMXADemodCarrierPhaseCorrectionEnabled | Specifies whether to correct the phase error in the carrier when demodulating phase-modulated signals. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.