RFmx EVDO CVI

RFMXEVDO_ATTR_SEM_AVERAGING_ENABLED

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

RFMXEVDO_ATTR_SEM_AVERAGING_ENABLED

Data Type: int32
Access:read/write
Functions:RFmxEVDO_SetAttributeI32
RFmxEVDO_GetAttributeI32
Description: Specifies whether to enable averaging for the spectral emissions mask (SEM) measurement.

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_SEM_AVERAGING_ENABLED_FALSE.

Get Function: RFmxEVDO_SEMGetAveragingEnabled
Set Function: RFmxEVDO_SEMSetAveragingEnabled
Values:
RFMXEVDO_VAL_SEM_AVERAGING_ENABLED_FALSE (0)The measurement is performed on a single acquisition.
RFMXEVDO_VAL_SEM_AVERAGING_ENABLED_TRUE (1)The SEM measurement uses the RFMXEVDO_ATTR_SEM_AVERAGING_COUNT attribute as the number of acquisitions over which the SEM measurement is averaged.