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


Glossary Item Box

Gets or sets the maximum number of points accumulated for trend lines.

Syntax

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

Property Value

The default value is 50000.

Remarks

When the measured data exceeds this number of points, the oldest data is discarded as new data comes in.

Histograms and median/mode calculations in the Cumulative Stats table are computed over this buffer length, not the DisplayLength.

Requirements

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

See Also