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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public MustOverride Property TrendBufferLength As Integer
C# 
public abstract int TrendBufferLength {get; set;}
C++/CLI 
public:
abstract property int TrendBufferLength {
   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.

Also affects histograms and median/mode calculations in the Cumulative Stats table.

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 19.00

See Also