This operator combines windowing with the computation of the average value
in each window. There is only one OutputValueBA which contains the average
of the values in a window of the given WindowSize; windows are computed
with the given Distance between each window. See also the description
of the Windowing operator.
| ParameterName | ObjType | Type | Remarks |
| TheInputConcept | CON | IN | inherited |
| InputTimeBA | BA | IN | |
| InputValueBA | BA | IN | |
| WindowSize | V | IN | |
| Distance | V | IN | |
| OutputTimeStartBA | BA | OUT | |
| OutputTimeEndBA | BA | OUT | |
| OutputValueBA | BA | OUT | |
| TheOutputConcept | CON | OUT | inherited |