RFmxLteMXModAccSynchronizationMode Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXModAccSynchronizationMode 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 RFmxLteMXModAccSynchronizationMode
Public Enumeration RFmxLteMXModAccSynchronizationMode
Members
| Member name | Value | Description | |
|---|---|---|---|
| Frame | 0 | The frame boundary is detected, and the measurement is performed over the SetMeasurementLength(String, Int32) method, starting at the SetMeasurementOffset(String, Int32) method from the frame boundary. When you set the SetTriggerType(String, RFmxLteMXTriggerType) method to DigitalEdge, the measurement expects a trigger at the frame boundary. | |
| Slot | 1 | The slot boundary is detected, and the measurement is performed over the ModAcc Meas Length method starting at the ModAcc Meas Offset method from the slot boundary. When you set the Trigger Type method to DigitalEdge, the measurement expects a trigger at any slot boundary. | |
| Marker | 2 | The measurement expects a marker (trigger) at the frame boundary from the user. The measurement takes advantage of triggered acquisitions to reduce processing resulting in faster measurement time. Measurement is performed over the ModAcc Meas Length method starting at ModAcc Meas Offset method from the frame boundary. |