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


Glossary Item Box

Enum values indicating the tracking and channel estimation strategy when there are multiple traffic channels.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AllThe tracking and channel estimation of each traffic channel (PXSCH) is based on all the PXSCHs enabled on that carrier.
IndividualThe tracking and channel estimation of each traffic channel (PXSCH) is based on the corresponding PXSCH.
PerRntiThe tracking and channel estimation of each traffic channel (PXSCH) is based on the PXSCHs whose RNTIs are the same on that carrier.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The choice determines which PXSCHes's data and DMRS are used for the tracking and channel estimation for each PXSCH. result data.

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.40

See Also