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


Glossary Item Box

Determines which allocations are used to determine the channel estimate used to equalize the frame.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AllKnownAll allocations with a known sequence (PN or custom IQ/Real sequence) are used to estimate the channel. All allocations are equalized with this estimate.
CustomizedThe Allocation.EstimationEnabled parameters are used to determine whether an allocation is used to estimate the channel and whether the allocation is equalized with this estimate.
NoneNo equalization is applied to the frame.
PilotsAllocationType.Pilot allocations are used to estimate the channel. All allocations are equalized with this estimate.
PreambleAllocationType.Preamble allocations are used to estimate the channel. All allocations are equalized with this estimate.
PreamblePilotsAllocationType.Preamble and AllocationType.Pilot allocations are used to estimate the channel. All allocations are equalized with this estimate.
PreamblePilotsDataAllocationType.Preamble, AllocationType.Pilot, and AllocationType.Data allocations are used to estimate the channel. All allocations are equalized with this estimate.
‡ 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)

See Also