ConfigureUserDefinedChannelArray(string, int[], int[], RFmxCdma2kMXBranch[])
- Updated2025-10-13
- 1 minute(s) read
Configures all user-defined channels when you set the SetChannelConfigurationMode(string, RFmxCdma2kMXChannelConfigurationMode) method to UserDefined.
Use equal-sized arrays for walshCodeLength, walshCodeNumber, and branch.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int ConfigureUserDefinedChannelArray(string selectorString, int[] walshCodeLength, int[] walshCodeNumber, RFmxCdma2kMXBranch[] branch)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| walshCodeLength | int[] | Specifies the Walsh code length of the CDMA2k signal. |
| walshCodeNumber | int[] | Specifies the Walsh code number of the CDMA2k signal. |
| 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.