RFMXSPECAN_ATTR_PAVT_MEASUREMENT_LOCATION_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the location at which the segment is measured is indicated by time or trigger.
Syntax
RFMXSPECAN_ATTR_PAVT_MEASUREMENT_LOCATION_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1077250 | 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 Time.
Name | Value | Description |
---|---|---|
RFMXSPECAN_VAL_PAVT_MEASUREMENT_LOCATION_TYPE_TIME | 0 (0x0) | The measurement is performed over a single record across multiple segments separated in time. The measurement locations of the segments are specified by the RFMXSPECAN_ATTR_PAVT_SEGMENT_START_TIME attribute. The number of segments is equal to the number of segment start times. |
RFMXSPECAN_VAL_PAVT_MEASUREMENT_LOCATION_TYPE_TRIGGER | 1 (0x1) | The measurement is performed across segments obtained in multiple records, where each record is obtained when a trigger is received. The number of segments is equal to the number of triggers (records). |