RFmxLteMXSlotPhaseSynchronizationMode Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXSlotPhaseSynchronizationMode Enumeration
Specifies whether the measurement is performed from the frame or the slot boundary.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public enum RFmxLteMXSlotPhaseSynchronizationMode
Public Enumeration RFmxLteMXSlotPhaseSynchronizationMode
Members
| Member name | Value | Description | |
|---|---|---|---|
| Frame | 0 | The frame boundary in the acquired signal is detected, and the measurement is performed over the number of slots specified by the SetMeasurementLength(String, Int32) method, starting at the offset from the boundary specified by the SetMeasurementOffset(String, Int32) method. When the SetTriggerType(String, RFmxLteMXTriggerType) method is set to Digital, the measurement expects a trigger at the frame boundary. | |
| Slot | 1 | The slot boundary in the acquired signal is detected, and the measurement is performed over the number of slots specified by the SlotPhase Meas Length method, starting at the offset from the boundary specified by the SlotPhase Meas Offset method. When the Trigger Type method is set to Digital, the measurement expects a trigger at any slot boundary. |