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


Glossary Item Box

Gets or sets a value indicating whether symbol clock error should be compensated.

Syntax

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

Property Value

The default value is false.

Remarks

If the baseband signal symbol clock is slightly different than the value specified as the OFDM System Sample Frequency on the Format tab, the measurement results may be optionally compensated for this difference by setting this value to true.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 21.00

See Also