Configures an individual user-defined channel when the channel configuration mode is set to userDefined.
Use "channel(n)" as the selector string to configure this method.
A channel is defined by the Walsh code length and number and the quadrature branch on which it is mapped.

Syntax

Namespace: NationalInstruments.RFmx.Cdma2kMX

public int ConfigureUserDefinedChannel(string selectorString, int walshCodeLength, int walshCodeNumber, RFmxCdma2kMXBranch branch)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of channel number.

walshCodeLengthint

Specifies the Walsh code length of a specific user-defined channel.

walshCodeNumberint

Specifies the Walsh code number of a specific user-defined channel.

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.