Fetches the peak value among the code domain errors (CDEs) of the active channels, along with the code number, spreading factor, and branch that correspond to this peak value for a carrier in the ModAcc measurement.
Use "carrier(n)" as the selector string to read results from this method.

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public int FetchPeakActiveCde(string selectorString, double timeout, out double peakActiveCde, out int peakActiveCdeSpreadingFactor, out int peakActiveCdeCode, out int peakActiveCdeBranch)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, and carrier number. If you do not specify the result name, the default result instance is used. Example:
"carrier0"
"result::r1/carrier0"
You can use the BuildCarrierString(string, int) method to build the selector string.

timeoutdouble

Specifies the time for which the method waits for the measurement to complete. This value is expressed in seconds. A value of -1 specifies that the method waits until the measurement is complete.

peakActiveCdeout double

Upon return, contains the maximum value among the active code domain errors for a carrier. This value is expressed in dB.

peakActiveCdeSpreadingFactorout int

Upon return, contains the spreading factor of the channel corresponding to the value of the peakActiveCDE parameter for a carrier.

peakActiveCdeCodeout int

Upon return, contains the spreading code of the channel corresponding to the value of the peakActiveCDE parameter for a carrier.

peakActiveCdeBranchout int

Upon return, contains the branch of the channel corresponding to the value of the peakActiveCDE parameter for a carrier.

Returns

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