RFMXDEMOD_ATTR_TRIGGER_TYPE
- Updated2025-10-13
- 1 minute(s) read
Specifies the type of Reference Trigger to use for signal acquisition.
Syntax
RFMXDEMOD_ATTR_TRIGGER_TYPE
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
2105348 | 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 |
|---|---|---|
RFMXDEMOD_VAL_TRIGGER_TYPE_NONE | 0 (0x0) | No reference trigger is used for signal acquisition. |
RFMXDEMOD_VAL_TRIGGER_TYPE_DIGITAL_EDGE | 1 (0x1) | A digital-edge trigger is used for signal acquisition. The source of the digital edge is specified using the RFMXDEMOD_ATTR_DIGITAL_EDGE_TRIGGER_SOURCE attribute. |
RFMXDEMOD_VAL_TRIGGER_TYPE_IQ_POWER_EDGE | 2 (0x2) | An I/Q power-edge trigger is used for signal acquisition, which is configured using the RFMXDEMOD_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE attribute. |
RFMXDEMOD_VAL_TRIGGER_TYPE_SOFTWARE | 3 (0x3) | A software trigger is used for signal acquisition. |