Keysight Pathwave 89600 VSA .NET API
SymbolTimeAdjustmentMode Enumeration
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace : SymbolTimeAdjustmentMode Enumeration


Glossary Item Box

Specifies the Symbol Time Adjust method used for EVM measurements.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
MaxOfWindowStartAndWindowEndReport Maximum EVM from 3GPP defined CP EVM Window Start and End points.
MinOfWindowStartAndWindowEndReport Minimum EVM from 3GPP defined CP EVM Window Start and End points.
PercentFftSizeReport EVM from user CP point, specified in % of FFT Size.
WindowCenterReport EVM from 3GPP defined CP EVM Window Center point.
WindowEndReport EVM from 3GPP defined CP EVM Window End point.
WindowStartReport EVM from 3GPP defined CP EVM Window Start point.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

Allows user to select which region of Cyclic Prefix should be used for reported EVM metrics and traces. The choice affects reported EVM result metrics, EVM traces and associated IQ measurement result traces.

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 24.00

See Also