ConfigureUplinkUserDefinedChannel(string, int, int, RFmxEvdoMXUplinkBranch)
- Updated2025-10-13
- 1 minute(s) read
Configures a user defined channel in the EV-DO uplink specified by the selector string. Use "channel(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int ConfigureUplinkUserDefinedChannel(string selectorString, int uplinkWalshCodeLength, int uplinkWalshCodeNumber, RFmxEvdoMXUplinkBranch uplinkBranch)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of channel number. |
| uplinkWalshCodeLength | int | Specifies the Walsh code length of a specific user-defined channel. |
| uplinkWalshCodeNumber | int | Specifies the Walsh code number of a specific user-defined channel. |
| uplinkBranch | RFmxEvdoMXUplinkBranch | Specifies the quadrature branch on which a specific user-defined channel is mapped. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.