RFmx WCDMA C

Table of Contents

RFMXWCDMA_ATTR_MODACC_SYNCHRONIZATION_MODE

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

RFMXWCDMA_ATTR_MODACC_SYNCHRONIZATION_MODE

Data Type: int32
Access:read/write
Functions:RFmxWCDMA_SetAttributeI32
RFmxWCDMA_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 RFMXWCDMA_VAL_MODACC_SYNCHRONIZATION_MODE_SLOT.

Get Function: RFmxWCDMA_ModAccGetSynchronizationMode
Set Function: RFmxWCDMA_ModAccSetSynchronizationMode
Values:
RFMXWCDMA_VAL_MODACC_SYNCHRONIZATION_MODE_FRAME (0)The frame boundary is detected, and the measurement is performed over the number of slots expressed by the ModAcc Measurement Length attribute starting at ModAcc Measurement offset slots from the frame boundary.
RFMXWCDMA_VAL_MODACC_SYNCHRONIZATION_MODE_SLOT (1)The slot boundary is detected and the measurement is performed over the number of slots expressed by the ModAcc Measurement Length attribute starting at ModAcc Measurement Offset slots from the slot boundary.
RFMXWCDMA_VAL_MODACC_SYNCHRONIZATION_MODE_ARBITRARY (2)The symbol boundary is detected and the measurement is performed over the number of slots expressed by the ModAcc Measurement Length attribute starting at ModAcc Measurement Offset slots from the symbol boundary.
RFMXWCDMA_VAL_MODACC_SYNCHRONIZATION_MODE_MARKER (3)The measurement is performed over the number of slots expressed by the ModAcc Measurement Length attribute starting at ModAcc Measurement Offset slots from the trigger. This is the fastest way to do a ModAcc measurement. This mode requires the RFMXWCDMA_ATTR_TRIGGER_TYPE attribute to be set to Digital and the trigger must occur at the start of the frame. For more information about Marker mode, refer to Marker Mode.

Log in to get a better experience