RFmx CDMA2K CVI

RFMXCDMA2K_ATTR_TRIGGER_TYPE

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

RFMXCDMA2K_ATTR_TRIGGER_TYPE

Data Type: int32
Access:read/write
Functions:RFmxCDMA2k_SetAttributeI32
RFmxCDMA2k_GetAttributeI32
Description: Specifies the trigger type.

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

Get Function: RFmxCDMA2k_GetTriggerType
Set Function: RFmxCDMA2k_SetTriggerType
Values:
RFMXCDMA2K_VAL_TRIGGER_TYPE_NONE (0)No Reference Trigger is configured.
RFMXCDMA2K_VAL_TRIGGER_TYPE_DIGITAL_EDGE (1)The Reference Trigger is not asserted until a digital edge is detected. The source of the digital edge is specified using the RFMXCDMA2K_ATTR_DIGITAL_EDGE_TRIGGER_SOURCE attribute.
RFMXCDMA2K_VAL_TRIGGER_TYPE_IQ_POWER_EDGE (2)The Reference Trigger is asserted when the signal changes past the level specified by the slope (rising or falling), which is configured using the RFMXCDMA2K_ATTR_IQ_POWER_EDGE_TRIGGER_SOURCE attribute.
RFMXCDMA2K_VAL_TRIGGER_TYPE_SOFTWARE (3)The Reference Trigger is not asserted until a software trigger occurs.

Log in to get a better experience