GetUplinkDetectedWalshCodeNumber(string, out int)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | 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. |
| value | out 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.