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

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

walshCodeLengthint[]

Specifies the Walsh code length of the CDMA2k signal.

walshCodeNumberint[]

Specifies the Walsh code number of the CDMA2k signal.

branchRFmxCdma2kMXBranch[]

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.