RFmx CDMA2K CVI

RFMXCDMA2K_ATTR_CDA_SYNCHRONIZATION_MODE

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

RFMXCDMA2K_ATTR_CDA_SYNCHRONIZATION_MODE

Data Type: int32
Access:read/write
Functions:RFmxCDMA2k_SetAttributeI32
RFmxCDMA2k_GetAttributeI32
Description: Specifies whether the measurement is performed from the 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 RFMXCDMA2K_VAL_CDA_SYNCHRONIZATION_MODE_SLOT.

Get Function: RFmxCDMA2k_CDAGetSynchronizationMode
Set Function: RFmxCDMA2k_CDASetSynchronizationMode
Values:
RFMXCDMA2K_VAL_CDA_SYNCHRONIZATION_MODE_FRAME (0)The frame boundary is detected, and the measurement is performed over the number of slots specified by the RFMXCDMA2K_ATTR_CDA_MEASUREMENT_LENGTH attribute starting at the CDA measurement offset slots from the frame boundary.
RFMXCDMA2K_VAL_CDA_SYNCHRONIZATION_MODE_SLOT (1)The slot boundary is detected, and the measurement is performed over the number of slots specified by the RFMXCDMA2K_ATTR_CDA_MEASUREMENT_LENGTH attribute starting at the CDA measurement offset slots from the slot boundary.
RFMXCDMA2K_VAL_CDA_SYNCHRONIZATION_MODE_ARBITRARY (2)The symbol boundary is detected, and the measurement is performed over the number of slots specified by the RFMXCDMA2K_ATTR_CDA_MEASUREMENT_LENGTH attribute starting at the CDA measurement offset slots from the symbol boundary.

Log in to get a better experience