ConfigureMidamble(string, RFmxTdscdmaMXMidambleAutoDetectionMode, int, int)
- Updated2025-10-13
- 1 minute(s) read
This method is now deprecated, please use the RFmxTDSCDMA Configure Midamble Shift method in the place of this method.
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public int ConfigureMidamble(string selectorString, RFmxTdscdmaMXMidambleAutoDetectionMode midambleAutoDetectionMode, int midambleCode, 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. |
| midambleCode | int | Specifies the midamble code. |
| 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.