RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMX.ConfigureUserDefinedChannelArray Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMX.ConfigureUserDefinedChannelArray Method

RFmxTdscdmaMXConfigureUserDefinedChannelArray Method

Configures all user-defined channels when the channel configuration mode is set to userDefined.
Use equal-sized arrays for slotIndex, channelType, and modulationType. You can configure up to two channels for the same index for multi-code transmission.

Namespace:  NationalInstruments.RFmx.TdscdmaMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public int ConfigureUserDefinedChannelArray(
	string selectorString,
	int[] slotIndex,
	RFmxTdscdmaMXChannelType[] channelType,
	int[] slotFormat,
	RFmxTdscdmaMXModulationType[] modulationType,
	int[] channelizationCode
)
Public Function ConfigureUserDefinedChannelArray ( 
	selectorString As String,
	slotIndex As Integer(),
	channelType As RFmxTdscdmaMXChannelType(),
	slotFormat As Integer(),
	modulationType As RFmxTdscdmaMXModulationType(),
	channelizationCode As Integer()
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
slotIndex
Type: SystemInt32
Specifies the slot index used for the current user defined channel configuration.
channelType
Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXChannelType
Specifies the TD-SCDMA channel type.
slotFormat
Type: SystemInt32
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.
modulationType
Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXModulationType
Specifies the modulation type of the corresponding channels.
channelizationCode
Type: SystemInt32
Specifies the channelization code assigned to the channel.

Return Value

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

See Also

Log in to get a better experience