ConfigureUplinkUserDefinedChannelArray(string, int[], int[], RFmxEvdoMXUplinkBranch[])
- Updated2025-10-13
- 1 minute(s) read
Configures the array of user defined channels in the EV-DO uplink.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int ConfigureUplinkUserDefinedChannelArray(string selectorString, int[] uplinkWalshCodeLength, int[] uplinkWalshCodeNumber, RFmxEvdoMXUplinkBranch[] uplinkBranch)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| 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.