AMPM:Synchronization Method
- Updated2025-04-08
- 1 minute(s) read
Specifies the method used for synchronization of acquired waveform with reference waveform.
You do not need to use a selector string to configure or read this property for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.
The default value is Direct.
Remarks
The following table lists the characteristics of this property.
Short Name | AMPM Sync Method |
Data type | ![]() |
Permissions | Read/Write |
High-level VIs | N/A |
Resettable | Yes |
Direct | 1 | Synchronizes the acquired and reference waveforms assuming that sample rate is sufficient to prevent aliasing in intermediate operations. This method is recommended when the measurement sampling rate is high. |
Alias Protected | 2 | Synchronizes the acquired and reference waveforms while ascertaining that intermediate operations are not impacted by aliasing. This method is recommended for non-contiguous carriers separated by a large gap, and/or when the measurement sampling rate is low. Refer to AMPM concept help for more information. |