Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Overlap As Double |
C# | |
---|---|
public abstract double Overlap {get; set;} |
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).
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)