TSpanLevel Enumeration

Source: FileSignal.cs · Assembly: Dew.Signal

public enum TSpanLevel

The file overview level.

Specifies the file overview level used to speed up the drawing of the overview chart for the long signals/files. If the first overview reduced data by 20x, the second overview will reduce it by 20x20 = 400x

Values

NameDescription
splOneOverview is computed once.
splTwoOverview is computed twice.
splZeroThere is no overview. Data is the original signal contents.