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


Glossary Item Box

Gets or sets a value indicating whether tracking compensates for the 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 tracking algorithm attempts to compensate for variation in the symbol timing of the signal. This can be used to track offset or drift of the symbol clock frequency. However, if the symbol clock frequency is accurate, this could make the measurement slightly less accurate because the 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