Keysight Pathwave 89600 VSA .NET API
OverlapAverage Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Time Class : OverlapAverage Property


Glossary Item Box

Gets or sets the maximum amount of overlap processing when averaging is on, in percent.

Syntax

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

Remarks

The VSA lets you specify separate overlaps for averaged and non-averaged measurements. If averaging is on, the VSA uses the value of OverlapAverage to determine the maximum potential overlap.

Overlap processing can dramatically reduce the time needed to compute RMS averages with a given variance. Overlap processing lets you overlap time records. In other words, some data from the first time record is reused in the second time record, some data from the second time record is reused in the third time record, and so forth.

Requirements

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

See Also