delay property

Duration delay
final

A Duration that represents how long to wait before kicking autocompensation into play. Default is 1000ms.

Consider sensitivity. So long as the sensors data samples coming in are close enough to the average of the buffer (whose size is determined by sensitivity), this normalizationDelay will be continually reset.

Once the current samples differ from the average samples from the buffer non-negligibly, and then after this normalizationDelay has passed, an autocompensation factor is applied.

Implementation

final Duration delay;