RFMXVNA_ATTR_DIGITAL_EDGE_TRIGGER_EDGE
- Updated2025-04-08
- 1 minute(s) read
Specifies the edge of the digital-signal used to assert a digital edge trigger. This attribute is used only when you set the RFMXVNA_ATTR_TRIGGER_TYPE attribute to Digital Edge.
Syntax
RFMXVNA_ATTR_DIGITAL_EDGE_TRIGGER_EDGE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
13631556 | 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 Rising Edge.
Name | Value | Description |
---|---|---|
RFMXVNA_VAL_DIGITAL_EDGE_RISING_EDGE | 0 (0x0) | The trigger asserts on the rising edge of the digital-signal. |
RFMXVNA_VAL_DIGITAL_EDGE_FALLING_EDGE | 1 (0x1) | The trigger asserts on the falling edge of the digital-signal. |