Returns the maximum value among the code domain errors (CDEs), in dB.
The CDEs are calculated by projecting the descrambled error vector onto the code domain at a specific spreading factor.
The CDE for every code with a specific spreading factor is defined as the ratio of the mean power of the projection onto that code to the mean power of the composite reference waveform.
A fixed spreading factor of 16 is used.
The CDEs are calculated separately for I and Q branches.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int FetchUplinkPeakCde(string selectorString, double timeout, out double uplinkPeakCde, out int uplinkPeakCdeWalshCodeNumber, out RFmxEvdoMXModAccUplinkPeakCdeBranch uplinkPeakCdeBranch)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used.

timeoutdouble

Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete.

uplinkPeakCdeout double

Upon return, contains the maximum value among the CDEs. This value is expressed in dB.

uplinkPeakCdeWalshCodeNumberout int

Upon return, contains the code number of the channel corresponding to the uplinkPeakCDE result.

uplinkPeakCdeBranchout RFmxEvdoMXModAccUplinkPeakCdeBranch

Upon return, contains the quadrature branch of the peak CDE.

Returns

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