RFMXPULSE_ATTR_PULSE_MULTIPLE_MEASUREMENT_POINTS_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable pulse stability measurements on multiple measurement points. This attribute enables the stability traces over multiple measurement points when you set the RFMXPULSE_ATTR_PULSE_ALL_TRACES_ENABLED attribute to TRUE.
Syntax
RFMXPULSE_ATTR_PULSE_MULTIPLE_MEASUREMENT_POINTS_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
12587235 | 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 False.
Name | Value | Description |
---|---|---|
RFMXPULSE_VAL_PULSE_MULTIPLE_MEASUREMENT_POINTS_ENABLED_FALSE | 0 (0x0) | Multiple Measurement Points related computation is disabled. |
RFMXPULSE_VAL_PULSE_MULTIPLE_MEASUREMENT_POINTS_ENABLED_TRUE | 1 (0x1) | Multiple Measurement Points related computation is enabled. |