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


Glossary Item Box

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

Syntax

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

Remarks

The VSA lets you specify separate overlaps for averaged and non-averaged measurements. If averaging is off, the VSA uses the value of Overlap 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 re-used in the second time record, some data from the second time record is re-used in the third time record, and so forth.

Note that when using real hardware (instead of recordings), this real-time operation requires that the VSA processing time is shorter than the time record length captured from the instrument and that the hardware supports continuous time capture (currently only VXI).

Requirements

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

See Also