ConfigureMidambleShift(string, RFmxTdscdmaMXMidambleAutoDetectionMode, int, int)
- Updated2025-10-13
- 1 minute(s) read
Configures the midambleAutoDetectionMode, maximumNumberOfUsers, and MidambleShift parameters.
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public int ConfigureMidambleShift(string selectorString, RFmxTdscdmaMXMidambleAutoDetectionMode midambleAutoDetectionMode, int maximumNumberOfUsers, int midambleShift)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| midambleAutoDetectionMode | RFmxTdscdmaMXMidambleAutoDetectionMode | Enables automatic midamble detection. |
| maximumNumberOfUsers | int | Configures the maximum number of users. |
| midambleShift | int | Specifies the midamble shift used when the midambleAutoDetectionMode parameter is set to Off. This value is expressed in chips. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.