RFmxGsmMXModAccDetectedTsc Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
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.
Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxGsmMXModAccDetectedTsc
Public Enumeration RFmxGsmMXModAccDetectedTsc
Members
Member 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. |