RFmxGsmMXModAccDetectedTsc Enumeration
- Updated2025-10-13
- 1 minute(s) read
Returns the detected training sequence code (TSC) if you set the SetBurstSynchronizationType(string, RFmxGsmMXBurstSynchronizationType) method to Tsc. Use "slot(n)" as the selector string to read this result. When the SetMeasurementInterval(string, RFmxGsmMXModAccMeasurementInterval) method is set to TimeslotAtOffset, Detected TSC array has one element and the Detected TSC is returned at index 0.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public enum RFmxGsmMXModAccDetectedTsc
Members
| Name | Value | Description |
|---|---|---|
| Tsc0 | 0 | The detected TSC is TSC0. |
| Tsc1 | 1 | The detected TSC is TSC1. |
| Tsc2 | 2 | The detected TSC is TSC2. |
| Tsc3 | 3 | The detected TSC is TSC3. |
| Tsc4 | 4 | The detected TSC is TSC4. |
| Tsc5 | 5 | The detected TSC is TSC5. |
| Tsc6 | 6 | The detected TSC is TSC6. |
| Tsc7 | 7 | The detected TSC is TSC7. |
| Unknown | -1 | The synchronization is not found, and measurements correspond to best estimate of synchronization. |