AccumulatorResult

class wpilib.AccumulatorResult

Bases: tuple

Structure for holding the values stored in an accumulator.

Create new instance of AccumulatorResult(value, count)

count

The number of sample value was accumulated over.

value

The total value accumulated.