ConfigureUserDefinedChannel(string, int, int, RFmxCdma2kMXBranch)
- Updated2025-10-13
- 1 minute(s) read
Configures an individual user-defined channel when the channel configuration mode is set to userDefined.
Use "channel(n)" as the selector string to configure this method.
A channel is defined by the Walsh code length and number and the quadrature branch on which it is mapped.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int ConfigureUserDefinedChannel(string selectorString, int walshCodeLength, int walshCodeNumber, RFmxCdma2kMXBranch branch)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of channel number. |
| walshCodeLength | int | Specifies the Walsh code length of a specific user-defined channel. |
| walshCodeNumber | int | Specifies the Walsh code number of a specific user-defined channel. |
| branch | RFmxCdma2kMXBranch | Specifies the 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.