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


Glossary Item Box

Gets or sets a value indicating whether the measurement compensates Sampling Clock Error .

Syntax

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

Property Value

The default value is false.

Remarks

When true, the analyzer attempts to compensate Sampling Clock Error

Requirements

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

See Also