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


Glossary Item Box

Gets or sets a value indicating whether tracking operations include data subcarriers.

Syntax

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

Property Value

The default value is false.

Remarks

If true, the specified tracking operations will include pilot and data subcarriers in the estimation. If false, only pilot subcarriers are included. A value of true is useful in scenarios where pilot allocations are sparse in the time domain. A value of false will exclude data subcarriers, which may improve tracking performance in low SNR scenarios.

Requirements

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

See Also