RFMXPULSE_ATTR_MAXIMUM_PULSE_COUNT_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable the maximum pulse count for pulse measurements.
Syntax
RFMXPULSE_ATTR_MAXIMUM_PULSE_COUNT_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
12582930 | int32 | Read/Write | N/A |
Remarks
You must configure this attribute when you set the RFMXPULSE_ATTR_SEGMENTED_ACQUISITION_ENABLED attribute to False.
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_MAXIMUM_PULSE_COUNT_ENABLED_FALSE | 0 (0x0) | The maximum pulse count is disabled. |
RFMXPULSE_VAL_MAXIMUM_PULSE_COUNT_ENABLED_TRUE | 1 (0x1) | The maximum pulse count is enabled. |