RFmxSpecAnMXAmpmSynchronizationMethod Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the method used for synchronization of acquired waveform with reference waveform.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXAmpmSynchronizationMethod
Members
| Name | Value | Description |
|---|---|---|
| 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. |
| AliasProtected | 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. |