GetUplinkWalshCodeNumber(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets the Walsh Code Number of a specific user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int GetUplinkWalshCodeNumber(string selectorString, out int value)
Remarks
This method gets the value of UplinkWalshCodeNumber attribute.The default value is 0.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the channel number. |
| value | out int | Upon return, contains the Walsh Code Number of a specific user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.