Minimum (with reset)

Signature

Accumulate_Reset_Minimum(expression, reset)

Description

Calculates the minimum of expression since the last reset up to the current sample.

Result

The minimum of expression since the last reset up to the current sample.

Arguments

 

expression

The signal for which the minimum shall be calculated.

reset

A reset signal. If it is true (or unequal 0), the minimum value will be reset. If it is false (or equal 0), the last minimum value will be held.