RFMXWLAN_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the device asserts the trigger when the signal power is rising or falling.
Syntax
RFMXWLAN_ATTR_IQ_POWER_EDGE_TRIGGER_SLOPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
10485769 | int32 | Read/Write | N/A |
Remarks
The device asserts the trigger when the signal power exceeds the specified level with the slope you specify. This attribute is used only when you set the RFMXWLAN_ATTR_TRIGGER_TYPE attribute to IQ Power 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 String topic for information about the string syntax for named signals.
The default value is Rising Slope.
Name | Value | Description |
---|---|---|
RFMXWLAN_VAL_IQ_POWER_EDGE_RISING_SLOPE | 0 (0x0) | The trigger asserts when the signal power is rising. |
RFMXWLAN_VAL_IQ_POWER_EDGE_FALLING_SLOPE | 1 (0x1) | The trigger asserts when the signal power is falling. |