Description

This block is used to distribute values of an enumeration (reminder: a boolean is an enumeration). It will count either the occurrences of each value or the time elapsed for each value on a given period (one hour, one day...).

The distribution works with CoV history extensions.


Implementation

  • Drag and drop a distrib block from the palette to the data strategy


Properties

  • Interval: the period on which aggregate values
  • Measurement: the policy to aggregate values
    • Occurrence: the count of each value in the interval
    • Time elapsed: the time elapsed for each value in the interval


Summary