Section-wise Integral, Average, Minimum, Maximum, Sum
Calculates the integral, average, minimum, maximum and sum of the samples in the time ranges for which the 'condition' is in state TRUE.
Input(s)
|
Name |
Description |
Type |
|---|---|---|
|
condition |
Condition for calculating the 'TRUE' state |
Logical Signal |
| input |
Input signal |
Analog Signal |
Output(s)
|
Name |
Description |
Type |
|---|---|---|
|
average |
Average value of the input signal for the time range in 'True' state. |
Analog Signal |
|
integral |
Integral of the input signal for the time range in 'True' state. |
Analog Signal |
|
maximum |
Maximum value of the input signal for the time range in 'True' state. |
Analog Signal |
|
minimum |
Minimum value of the input signal for the time range in 'True' state. |
Analog Signal |
|
sum |
Sum of the input signal for the time range in 'True' state. |
Analog Signal |
Note
The calculations are reset to 0 in time ranges for which the ‘condition’ is in state FALSE.