Provides methods to fetch and read the CDA measurement results.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public class RFmxEvdoMXCdaResults : RFmxEvdoMXSubObject

Methods

NameDescription
FetchIQImpairments(string, double, out double, out double, out double)

Fetches the measured I/Q impairments.

FetchUplinkCodeDomainIAndQPower(string, double, out double, out double, out double, out double)

Fetches the I and Q mean active powers and the I and Q peak inactive powers.

FetchUplinkCodeDomainIandQPowerTrace(string, double, ref float[], ref float[])

Fetches the I and Q code power traces measured in the code domain of the base spreading factor.

FetchUplinkCodeDomainPower(string, double, out double, out double, out double, out double, out double, out double)

Fetches the scalar code domain power results.

FetchUplinkSymbolConstellationTrace(string, double, ref ComplexSingle[])

Fetches the symbol constellation trace of the configured measurement channel.

FetchUplinkSymbolEvm(string, double, out double, out double, out double, out double, out double, out double, out double)

Fetches the modulation accuracy related measures for the configured measurement channel.

FetchUplinkSymbolEvmTrace(string, double, ref float[])

Returns the symbol EVM trace of the configured measurement channel.

FetchUplinkSymbolMagnitudeErrorTrace(string, double, ref float[])

Returns the symbol magnitude error trace of the configured measurement channel.

FetchUplinkSymbolPhaseErrorTrace(string, double, ref float[])

Fetches the symbol phase error trace of the configured measurement channel.

FetchUplinkSymbolPowerTrace(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 ppm.

GetFrequencyError(string, out double)

Gets the frequency error. This value is expressed in Hz.

GetIQGainImbalance(string, out double)

Gets the I/Q gain imbalance. This value is expressed in dB.

GetIQOriginOffset(string, out double)

Gets the I/Q origin offset. This value is expressed in dB.

GetIQQuadratureError(string, out double)

Gets the I/Q quadrature error. This value is expressed in degrees.

GetUplinkIMeanActivePower(string, out double)

Gets the average power of all active code channels measured on the I-branch. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkIPeakInactivePower(string, out double)

Gets the largest measured code power among the set of inactive channels on the I-branch, and in the code domain of the base spreading factor. The base spreading factor depends on the configured physical layer subtype, and is 16 for subtype 0/1; 32 otherwise.If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkMeanActivePower(string, out double)

Gets the average power of all active code channels. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkMeanAuxiliaryPilotPower(string, out double)

Gets the mean power of the Reverse Auxiliary Pilot Channel (R-APICH). This value is expressed in dB or dBm.

GetUplinkMeanInactivePower(string, out double)

Gets the average code power measured among the set of inactive channels in the code domain of the base spreading factor. The base spreading factor depends on the configured physical layer subtype and is 16 for subtype 0/1; 32 otherwise.If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkMeanPilotPower(string, out double)

Gets the mean power of the Reverse Pilot channel (R-PICH). This value is expressed in dB or dBm.

GetUplinkMeanSymbolPower(string, out double)

Gets the mean symbol power of the configured measurement channel. This value is expressed in dB or dBm.

GetUplinkPeakActivePower(string, out double)

Gets the maximum power among all the active code channels. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkPeakInactivePower(string, out double)

Gets the largest measured code power among the set of inactive channels in the code domain of the base spreading factor. The base spreading factor depends on the configured physical layer subtype, and is 16 for subtype 0/1; 32 otherwise.If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkPeakSymbolEvm(string, out double)

Gets the peak symbol EVM of the configured measurement channel. This value is expressed as a percentage.

GetUplinkQMeanActivePower(string, out double)

Gets the average power of all active code channels measured on the Q-branch. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkQPeakInactivePower(string, out double)

Gets the largest measured code power among the set of inactive channels on the Q-branch, and in the code domain of the base spreading factor. This value is expressed in dB or dBm.The base spreading factor depends on the configured physical layer subtype, and is 16 for subtype 0/1, and 32 otherwise.

GetUplinkRmsSymbolEvm(string, out double)

Gets the RMS symbol EVM of the configured measurement channel. This value is expressed as a percentage.

GetUplinkRmsSymbolMagnitudeError(string, out double)

Gets the RMS symbol magnitude error of the configured measurement channel. This value is expressed as a percentage.

GetUplinkRmsSymbolPhaseError(string, out double)

Gets the RMS symbol phase error of the configured measurement channel. This value is expressed in degrees.

GetUplinkTotalActivePower(string, out double)

Gets the sum of the powers of all active code channels. If you set the CDA Power Unit method to dBm, the measurement returns the absolute measured power in dBm. Otherwise, the measurement returns the value relative to the total power in dB.

GetUplinkTotalPower(string, out double)

Gets the mean power of the received signal. This value is expressed in dBm.