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


Glossary Item Box

Gets or sets a value indicating whether symbol clock error is compensated before demodulation.

Syntax

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

Remarks

The original symbol clock error before compensation is shown in the Error Summary table.

Requirements

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

See Also