RFmx CDMA2K CVI

Content Type
Programming Language
Current manual
Product DocumentationRFmx CDMA2K CVI...RFmx CDMA2k C ReferenceRFMXCDMA2K_ATTR_DIGITAL_EDGE_TRIGGER_EDGECurrent page
Table of Contents

RFMXCDMA2K_ATTR_DIGITAL_EDGE_TRIGGER_EDGE

RFMXCDMA2K_ATTR_DIGITAL_EDGE_TRIGGER_EDGE

Data Type: int32
Access:read/write
Functions:RFmxCDMA2k_SetAttributeI32
RFmxCDMA2k_GetAttributeI32
Description: Specifies the active edge for the trigger. This attribute is used only when you set the RFMXCDMA2K_ATTR_TRIGGER_TYPE attribute to RFMXCDMA2K_VAL_TRIGGER_TYPE_DIGITAL_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 RFMXCDMA2K_VAL_DIGITAL_EDGE_RISING_EDGE.

Get Function: RFmxCDMA2k_GetDigitalEdgeTriggerEdge
Set Function: RFmxCDMA2k_SetDigitalEdgeTriggerEdge
Values:
RFMXCDMA2K_VAL_DIGITAL_EDGE_RISING_EDGE (0)The trigger asserts on the rising edge of the signal.
RFMXCDMA2K_VAL_DIGITAL_EDGE_FALLING_EDGE (1)The trigger asserts on the falling edge of the signal.
Was this information helpful?