RFMXPULSE_ATTR_PULSE_TRACE_RANGE_REFERENCE
- Updated2025-04-08
- 1 minute(s) read
Specifies the reference point for positioning of trace range. You can set reference point based on reference and RFMXPULSE_ATTR_PULSE_TRACE_RANGE_OFFSET value.
Syntax
RFMXPULSE_ATTR_PULSE_TRACE_RANGE_REFERENCE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
12587273 | 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 Center.
Name | Value | Description |
---|---|---|
RFMXPULSE_VAL_PULSE_TRACE_RANGE_REFERENCE_RISE | 0 (0x0) | Trace range is defined in reference to the rising edge. |
RFMXPULSE_VAL_PULSE_TRACE_RANGE_REFERENCE_CENTER | 1 (0x1) | Trace range is defined in reference to the center of the pulse. |
RFMXPULSE_VAL_PULSE_TRACE_RANGE_REFERENCE_FALL | 2 (0x2) | Trace range is defined in reference to the falling edge. |