Table of Contents

Property HistoryLength

Namespace
Bonsai.Dsp.Design
Assembly
Bonsai.Dsp.Design.dll

HistoryLength

Gets or sets a value specifying how many previous data buffers to store and display in the graph.

public int HistoryLength { get; set; }

Property Value

int

Remarks

Each buffer can contain multiple samples, which means the total number of samples displayed in the graph will be HistoryLength * BufferLength, where BufferLength is the number of samples per buffer.