RFMXSPECAN_ATTR_PAVT_FREQUENCY_TRACKING_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable frequency offset correction per segment for the measurement. While you set this attribute to True, ensure that the RFMXSPECAN_ATTR_PAVT_FREQUENCY_OFFSET_CORRECTION_ENABLED attribute is set to True and the RFMXSPECAN_ATTR_PAVT_SEGMENT_TYPE attribute is set to Phase and Amplitude.
Syntax
RFMXSPECAN_ATTR_PAVT_FREQUENCY_TRACKING_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1077270 | 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 |
---|---|---|
RFMXSPECAN_VAL_PAVT_FREQUENCY_TRACKING_ENABLED_FALSE | 0 (0x0) | Disables the drift correction for the measurement. |
RFMXSPECAN_VAL_PAVT_FREQUENCY_TRACKING_ENABLED_TRUE | 1 (0x1) | Enables the drift correction. The measurement corrects and reports the frequency offset per segment. |