Gets the Walsh Code number of a detected channel. Use "channel<em>(n)</em>" as the selector string to read this method.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int GetUplinkDetectedWalshCodeNumber(string selectorString, out int value)

Remarks

This method gets the value of ModAccResultsUplinkDetectedWalshCodeNumber attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and Channel number. Example: "Channel0", "result::r1/Channel0". You can use the BuildChannelString(string, int) method to build the selector string.

valueout int

Upon return, contains the Walsh Code number of a detected channel. Use "channel<em>(n)</em>" as the selector string to read this method.

Returns

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