TSpanLevel Enumeration

type TSpanLevel = ( splZero, splOne, splTwo);

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.