Configures an individual user-defined channel when the channel configuration mode is set to userDefined.
Use "<span class="monospace">channel</span><span class="monospace">(n)</span>" as the selector string to configure this method.
A channel configuration is defined by the slot index it refers to, the channel type, and the modulation type.

Syntax

Namespace: NationalInstruments.RFmx.TdscdmaMX

public int ConfigureUserDefinedChannel(string selectorString, int slotIndex, RFmxTdscdmaMXChannelType channelType, int slotFormat, RFmxTdscdmaMXModulationType modulationType, int channelizationCode)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of channel number.

slotIndexint

Specifies the index of a slot after the start of the acquisition.

channelTypeRFmxTdscdmaMXChannelType

Specifies the TD-SCDMA channel type.

slotFormatint

Specifies the spreading factor, the number of TFCI code words, the number of transmit power control bits, and the number of synchronization shift bits. Refer to the 3GPP TS 25.221 V11.0.0 standard for more information about slot format.

modulationTypeRFmxTdscdmaMXModulationType

Specifies the modulation type of the corresponding channels.

channelizationCodeint

Specifies the channelization code assigned to the channel.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.