Gets the mean of the chip rate errors for a QPSK signal. This value is expressed in ppm. This value is obtained by averaging the chip rate errors over all averaging acquisitions. The number of acquisitions is specified by the value of the SetAveragingCount(string, int) method.The chip rate error is the estimated error between the chip clock rate of the transmitted signal and the chip clock rate at the receiver.

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public int GetMeanChipRateError(string selectorString, out double value)

Remarks

This method gets the value of QevmResultsMeanChipRateError attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueout double

Upon return, contains the mean of the chip rate errors for a QPSK signal. This value is expressed in ppm. This value is obtained by averaging the chip rate errors over all averaging acquisitions. The number of acquisitions is specified by the value of the SetAveragingCount(string, int) method.The chip rate error is the estimated error between the chip clock rate of the transmitted signal and the chip clock rate at the receiver.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.