Keysight Pathwave 89600 VSA .NET API
IsTrackTiming Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : IsTrackTiming Property


Glossary Item Box

Gets or sets a value indicating whether pilot tracking tracks average pilot symbol timing.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsTrackTiming As Boolean
C# 
public abstract bool IsTrackTiming {get; set;}
C++/CLI 
public:
abstract property bool IsTrackTiming {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.

Remarks

If true, the pilot tracking attempts to track variation in the symbol timing of the signal. This can be used to track offset or drift the symbol clock frequency. However, if the symbol clock frequency is accurate, this could make the measurement slightly less accurate because the pilot tracking may incorrectly interpret noise as timing variation.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also