RFmx EVDO CVI

Table of Contents

RFMXEVDO_ATTR_SLOTPHASE_SYNCHRONIZATION_MODE

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

RFMXEVDO_ATTR_SLOTPHASE_SYNCHRONIZATION_MODE

Data Type: int32
Access:read/write
Functions:RFmxEVDO_SetAttributeI32
RFmxEVDO_GetAttributeI32
Description: Specifies whether the measurement is performed from the frame or the slot 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_SLOTPHASE_SYNCHRONIZATION_MODE_FRAME.

Get Function: RFmxEVDO_SlotPhaseGetSynchronizationMode
Set Function: RFmxEVDO_SlotPhaseSetSynchronizationMode
Values:
RFMXEVDO_VAL_SLOTPHASE_SYNCHRONIZATION_MODE_FRAME (0)The frame boundary is detected, and the measurement is performed over the number of slots specified by the RFMXEVDO_ATTR_SLOTPHASE_MEASUREMENT_LENGTH attribute starting at RFMXEVDO_ATTR_SLOTPHASE_MEASUREMENT_OFFSET slots from the frame boundary.
RFMXEVDO_VAL_SLOTPHASE_SYNCHRONIZATION_MODE_SLOT (1)The slot boundary is detected and the measurement is performed over the number of slots specified by the RFMXEVDO_ATTR_SLOTPHASE_MEASUREMENT_LENGTH attribute starting at RFMXEVDO_ATTR_SLOTPHASE_MEASUREMENT_OFFSET slots from the slot boundary.

Log in to get a better experience