ConfigureUserDefinedChannel(string, int, RFmxTdscdmaMXChannelType, int, RFmxTdscdmaMXModulationType, int)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of channel number. |
| slotIndex | int | Specifies the index of a slot after the start of the acquisition. |
| channelType | RFmxTdscdmaMXChannelType | Specifies the TD-SCDMA channel type. |
| slotFormat | int | 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 | RFmxTdscdmaMXModulationType | Specifies the modulation type of the corresponding channels. |
| channelizationCode | int | 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.