RFmxEvdoMXModAccSynchronizationMode Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the measurement is performed from frame, slot, or symbol boundary.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public enum RFmxEvdoMXModAccSynchronizationMode
Members
Name | Value | Description |
---|---|---|
Frame | 0 | The frame boundary is detected and measurement is performed over the Measurement Length (slots) method value, starting at the offset from the frame boundary specified in the Measurement Offset (slots) method. |
Slot | 1 | The slot boundary is detected and measurement is performed over the Measurement Length (slots) method value, starting at the offset from the frame boundary specified in the Measurement Offset (slots) method. |
Arbitrary | 2 | The symbol boundary is detected and measurement is performed over the Measurement Length (slots) method value, starting at the offset from the frame boundary specified in the Measurement Offset (slots) method. |