RFmxTdscdmaMXMidambleAutoDetectionMode Enumeration
- Updated2025-01-27
- 1 minute(s) read
RFmxTdscdmaMXMidambleAutoDetectionMode Enumeration
Specifies the midamble auto detection mode.
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public enum RFmxTdscdmaMXMidambleAutoDetectionMode
Members
Name | Value | Description |
---|---|---|
Off | 0 | Auto detection of the midamble shift is disabled. The measurement uses the midamble shift value that you specify in the SetMidambleShift(string, int) method. |
MidambleShift | 1 | The midamble shift is automatically detected from K possible midamble shift values, where K is specified by the Maximum Number of Users method.The K possible midamble shift values are: Midamble Shift = k * floor(P/K),where P is the length of the basic midamble code, and k is an integer from 0 to K-1. |