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


Glossary Item Box

Gets or sets a value indicating the equalization mode for multiple users.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PxschTrackingAndChannelEstimationStrategy As PxschTrackingAndChannelEstimationStrategy
C# 
public virtual PxschTrackingAndChannelEstimationStrategy PxschTrackingAndChannelEstimationStrategy {get; set;}
C++/CLI 
public:
virtual property PxschTrackingAndChannelEstimationStrategy PxschTrackingAndChannelEstimationStrategy {
   PxschTrackingAndChannelEstimationStrategy get();
   void set (    PxschTrackingAndChannelEstimationStrategy value);
}

Property Value

The default value is PxschTrackingAndChannelEstimationStrategy.Individual.

Remarks

When set to PxschTrackingAndChannelEstimationStrategy.Individual, the tracking and channel estimation of each traffic channel (PXSCH) is based on the corresponding PXSCH. When set to PxschTrackingAndChannelEstimationStrategy.All, the tracking and channel estimation of each traffic channel (PXSCH) is based on all the PXSCHs enabled on this carrier. When set to PxschTrackingAndChannelEstimationStrategy.PerRnti, the tracking and channel estimation of each traffic channel (PXSCH) is based on the PXSCHs whose RNTIs are the same on this carrier.

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