GetMeanChipRateError(string, out double)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name. |
value | out 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.