ChronoC.SetDecimation()
Type: INSTANCE FUNCTION
Purpose: Used to allow for a logarithmic-time display during the Chrono experiment.
There are settings which can specify the number of non-decimated points prior to and after the actual step.
Usage:
ChronoC.SetDecimation(Decimation, PreStep, PostStep)
Decimation
- BOOL
- Boolean indicating whether or not the data will be decimated or not.
PreStep
- INDEX
- The number of data points to show in an undecimated format prior to the step.
PostStep
- INDEX
- The number of data points to show in an undecimated format after the step.
Comments are closed.