ConfigureUserDefinedChannelArray(string, int[], int[], RFmxWcdmaMXModulationType[], RFmxWcdmaMXBranch[])
- Updated2025-04-08
- 1 minute(s) read
Configures an array of spreading factors, spreading codes, modulation types, and branches of the user-defined channels. Before calling this method, you must configure the SetNumberOfChannels(string, int) method with the appropriate number of user-defined channels.
Use "carrier(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int ConfigureUserDefinedChannelArray(string selectorString, int[] spreadingFactor, int[] spreadingCode, RFmxWcdmaMXModulationType[] modulationType, RFmxWcdmaMXBranch[] branch)
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies a selector string comprising of carrier number. Example: |
spreadingFactor | int[] | Specifies an array of spreading factor of the channels. |
spreadingCode | int[] | Specifies an array of spreading code of the channels. |
modulationType | RFmxWcdmaMXModulationType[] | Specifies an array of modulation types of the channels. |
branch | RFmxWcdmaMXBranch[] | Specifies an array of branches on which the data is modulated in the channel. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.