RFmx WCDMA C

Table of Contents

RFMXWCDMA_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE

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

RFMXWCDMA_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE

Data Type: int32
Access:read/write
Functions:RFmxWCDMA_SetAttributeI32
RFmxWCDMA_GetAttributeI32
Description: Specifies whether the device asserts the trigger when the signal power is rising or when it is falling.

The device asserts the trigger when the signal power exceeds the specified level with the slope you specify. This attribute is used only when you set the RFMXWCDMA_ATTR_TRIGGER_TYPE attribute to RFMXWCDMA_VAL_TRIGGER_TYPE_IQ_POWER_EDGE.

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

Get Function: RFmxWCDMA_GetIQPowerEdgeTriggerSlope
Set Function: RFmxWCDMA_SetIQPowerEdgeTriggerSlope
Values:
RFMXWCDMA_VAL_IQ_POWER_EDGE_RISING_SLOPE (0)The trigger asserts when the signal power is rising.
RFMXWCDMA_VAL_IQ_POWER_EDGE_FALLING_SLOPE (1)The trigger asserts when the signal power is falling.

Log in to get a better experience