RFmxCdma2kMXCdaResults Class
- Updated2025-04-08
- 4 minute(s) read
Provides methods to fetch and read the CDA measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public class RFmxCdma2kMXCdaResults : RFmxCdma2kMXSubObject
Methods
Name | Description |
---|---|
FetchCodeDomainIAndQPower(string, double, out double, out double, out double, out double) | Returns the I and Q mean active powers, and I and Q peak inactive powers. |
FetchCodeDomainIAndQPowerTrace(string, double, ref float[], ref float[]) | Returns the I and Q code power trace measured in the code domain of the base spreading factor. |
FetchCodeDomainPower(string, double, out double, out double, out double, out double, out double, out double) | Returns the scalar code domain power results. |
FetchIQImpairments(string, double, out double, out double, out double) | Returns the measured I/Q impairments. |
FetchSymbolConstellationTrace(string, double, ref ComplexSingle[]) | Returns the symbol constellation trace of the configured measurement channel. |
FetchSymbolEvm(string, double, out double, out double, out double, out double, out double, out double, out double) | Returns the modulation accuracy related measures for the configured measurement channel. |
FetchSymbolEvmTrace(string, double, ref float[]) | Returns the symbol EVM trace of the configured measurement channel. |
FetchSymbolMagnitudeErrorTrace(string, double, ref float[]) | Returns the symbol magnitude error trace of the configured measurement channel. |
FetchSymbolPhaseErrorTrace(string, double, ref float[]) | Returns the symbol phase error trace of the configured measurement channel. |
FetchSymbolPowerTrace(string, double, ref float[]) | Returns the symbol power trace of the configured measurement channel. |
GetChipRateError(string, out double) | Gets the chip rate error. This value is expressed in parts per million (ppm). |
GetFrequencyError(string, out double) | Gets the frequency error. This value is expressed in Hz. |
GetIMeanActivePower(string, out double) | Gets the average power of all active code channels measured on the I-branch. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetIPeakInactivePower(string, out double) | Gets the maximum measured code power among the set of inactive channels on the I-branch and in the code domain of the base spreading factor. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetIQGainImbalance(string, out double) | Gets the I/Q gain imbalance of the composite signal averaged over all measured slots. This value is expressed in dB. |
GetIQOriginOffset(string, out double) | Gets the I/Q origin offset of the composite signal averaged over all measured slots. This value is expressed in dB. |
GetIQQuadratureError(string, out double) | Gets the I/Q quadrature error of the composite signal averaged over all measured slots. This value is expressed in degrees. |
GetMeanActivePower(string, out double) | Gets the average power of all active code channels. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetMeanInactivePower(string, out double) | Gets the average code power, measured among the set of inactive channels, in the code domain of the base spreading factor. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetMeanPilotPower(string, out double) | Gets the mean power of the R-PICH.Gets the mean power value in dB, when you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dB.Gets the mean power value in dBm, when you set the CDA Pwr Unit method to dBm. |
GetMeanSymbolPower(string, out double) | Gets the mean symbol power of the configured measurement channel. This value is expressed in dB, when you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dB, and in dBm, when you set the CDA Pwr Unit method to dBm. |
GetPeakActivePower(string, out double) | Gets the maximum power among all active code channels. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetPeakInactivePower(string, out double) | Gets the maximum measured code power, measured among the set of inactive channels, in the code domain of the base spreading factor. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetPeakSymbolEvm(string, out double) | Gets the peak symbol EVM of the configured measurement channel. This value is expressed as a percentage. |
GetQMeanActivePower(string, out double) | Gets the average power of all active code channels measured on the Q-branch. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetQPeakInactivePower(string, out double) | Gets the maximum measured code power among the set of inactive channels on the Q-branch and in the code domain of the base spreading factor. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetRmsSymbolEvm(string, out double) | Gets the RMS symbol EVM of the configured measurement channel. This value is expressed as a percentage. |
GetRmsSymbolMagnitudeError(string, out double) | Gets the RMS symbol magnitude error of the configured measurement channel. This value is expressed as a percentage. |
GetRmsSymbolPhaseError(string, out double) | Gets the RMS symbol phase error of the configured measurement channel. This value is expressed in degrees. |
GetTotalActivePower(string, out double) | Gets the sum of the powers of all active code channels. If you set the SetPowerUnit(string, RFmxCdma2kMXCdaPowerUnit) method to dBm, this measurement returns the absolute measured power; otherwise, this measurement returns a value relative to the CDA Result Total Power method. |
GetTotalPower(string, out double) | Gets the mean power of the received signal. This value is expressed in dBm. |