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

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of carrier number. Example:
"carrier0"
You can use the BuildCarrierString(string, int) method to build the selector string.

spreadingFactorint[]

Specifies an array of spreading factor of the channels.

spreadingCodeint[]

Specifies an array of spreading code of the channels.

modulationTypeRFmxWcdmaMXModulationType[]

Specifies an array of modulation types of the channels.

branchRFmxWcdmaMXBranch[]

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.