RFMXPULSE_ATTR_TRIGGER_TYPE
- Updated2025-10-13
- 1 minute(s) read
Specifies the trigger type.
Syntax
RFMXPULSE_ATTR_TRIGGER_TYPE
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
12582916 | int32 | Read/Write | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is None.
Name | Value | Description |
|---|---|---|
RFMXPULSE_VAL_TRIGGER_TYPE_NONE | 0 (0x0) | No Reference Trigger is configured. |
RFMXPULSE_VAL_TRIGGER_TYPE_DIGITAL_EDGE | 1 (0x1) | The Reference Trigger is not asserted until a digital edge is detected. The source of the digital edge is specified using the RFMXPULSE_ATTR_DIGITAL_EDGE_TRIGGER_SOURCE attribute. |
RFMXPULSE_VAL_TRIGGER_TYPE_IQ_POWER_EDGE | 2 (0x2) | The Reference Trigger is asserted when the signal changes past the level specified by the slope (rising or falling), which is configured using the RFMXPULSE_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE attribute. |
RFMXPULSE_VAL_TRIGGER_TYPE_SOFTWARE | 3 (0x3) | The Reference Trigger is not asserted until a software trigger occurs. |