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
| Name | Description |
|---|---|
| splOne | Overview is computed once. |
| splTwo | Overview is computed twice. |
| splZero | There is no overview. Data is the original signal contents. |