RFmx EVDO CVI

Table of Contents

RFMXEVDO_ATTR_MODACC_SYNCHRONIZATION_MODE

  • Updated2024-10-14
  • 1 minute(s) read

RFMXEVDO_ATTR_MODACC_SYNCHRONIZATION_MODE

Data Type: int32
Access:read/write
Functions:RFmxEVDO_SetAttributeI32
RFmxEVDO_GetAttributeI32
Description: Specifies whether the measurement is performed from frame, slot, or symbol boundary.

You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is RFMXEVDO_VAL_MODACC_SYNCHRONIZATION_MODE_SLOT.

Get Function: RFmxEVDO_ModAccGetSynchronizationMode
Set Function: RFmxEVDO_ModAccSetSynchronizationMode
Values:
RFMXEVDO_VAL_MODACC_SYNCHRONIZATION_MODE_FRAME (0)The frame boundary is detected and measurement is performed over the Measurement Length (slots) attribute value, starting at the offset from the frame boundary specified in the Measurement Offset (slots) attribute.
RFMXEVDO_VAL_MODACC_SYNCHRONIZATION_MODE_SLOT (1)The slot boundary is detected and measurement is performed over the Measurement Length (slots) attribute value, starting at the offset from the frame boundary specified in the Measurement Offset (slots) attribute.
RFMXEVDO_VAL_MODACC_SYNCHRONIZATION_MODE_ARBITRARY (2)The symbol boundary is detected and measurement is performed over the Measurement Length (slots) attribute value, starting at the offset from the frame boundary specified in the Measurement Offset (slots) attribute.

Log in to get a better experience