RFMXPULSE_ATTR_TRIGGER_MINIMUM_QUIET_TIME_MODE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the measurement computes the minimum quiet time used for triggering.
Syntax
RFMXPULSE_ATTR_TRIGGER_MINIMUM_QUIET_TIME_MODE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
12582923 | 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 Manual.
Name | Value | Description |
---|---|---|
RFMXPULSE_VAL_TRIGGER_MINIMUM_QUIET_TIME_MODE_MANUAL | 0 (0x0) | The minimum quiet time for triggering is the value of the RFMXPULSE_ATTR_TRIGGER_MINIMUM_QUIET_TIME_DURATION attribute. |
RFMXPULSE_VAL_TRIGGER_MINIMUM_QUIET_TIME_MODE_AUTO | 1 (0x1) | The measurement computes the minimum quiet time used for triggering. |