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

NameTypeDescription
selectorStringstring

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

uplinkWalshCodeLengthint[]

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

uplinkWalshCodeNumberint[]

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

uplinkBranchRFmxEvdoMXUplinkBranch[]

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.