RFmx TDSCDMA CVI

Table of Contents

RFMXTDSCDMA_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE

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

RFMXTDSCDMA_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE

Data Type: int32
Access:read/write
Functions:RFmxTDSCDMA_SetAttributeI32
RFmxTDSCDMA_GetAttributeI32
Description: Specifies whether the device asserts the trigger when the signal power is rising or when the signal power 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 RFMXTDSCDMA_ATTR_TRIGGER_TYPE attribute to RFMXTDSCDMA_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 RFMXTDSCDMA_VAL_IQ_POWER_EDGE_RISING_SLOPE.

Get Function: RFmxTDSCDMA_GetIQPowerEdgeTriggerSlope
Set Function: RFmxTDSCDMA_SetIQPowerEdgeTriggerSlope
Values:
RFMXTDSCDMA_VAL_IQ_POWER_EDGE_RISING_SLOPE (0)The trigger asserts when the signal power is rising.
RFMXTDSCDMA_VAL_IQ_POWER_EDGE_FALLING_SLOPE (1)The trigger asserts when the signal power is falling.

Log in to get a better experience