ChronoP.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:

ChronoP.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.

Related Topics IconRelated Topics