Specifies whether the measurement is performed from the frame or the slot boundary.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public enum RFmxLteMXModAccSynchronizationMode

Members

NameValueDescription
Frame0

The frame boundary is detected, and the measurement is performed over the SetMeasurementLength(string, int) method, starting at the SetMeasurementOffset(string, int) method from the frame boundary. When you set the SetTriggerType(string, RFmxLteMXTriggerType) method to DigitalEdge, the measurement expects a trigger at the frame boundary.

Slot1

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.

Marker2

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.