Keysight Pathwave 89600 VSA .NET API
PhaseTrackingMode Enumeration
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace : PhaseTrackingMode Enumeration


Glossary Item Box

Determines the mode of phase tracking.

Syntax

Visual Basic (Declaration) 
Public Enum PhaseTrackingMode 
   Inherits System.Enum
C# 
public enum PhaseTrackingMode : System.Enum 
C++/CLI 
public enum class PhaseTrackingMode : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
InterpolateWithPilotInterpolateWithPilot: calculated first for the pilot symbols then interpolated over all the measurement results.
MovingAveragedOverAllSymbolsMovingAveragedOverAllSymbols: calculated first for all the result symbols and then a moving average window is used to smooth the phase offset before compensation.
OffOff: there is no phase tracking.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also