Keysight Pathwave 89600 VSA .NET API
NormalizedPhaseTrackingFilterBandwidth Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class : NormalizedPhaseTrackingFilterBandwidth Property


Glossary Item Box

Gets or sets the normalized phase tracking filter bandwidth.

Syntax

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

Remarks

When PhaseTrackingMode is PhaseTrackingMode.MovingAveragedOverAllSymbols, this parameter decides the filter bandwidth of the moving average filter. The bandwidth is normalized by the FrameDefinition.SymbolRate.

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