1Graphical interface

 

2Function

The <integrator> block is an integrator with a time constant of “τ” (in seconds).

The calculation formula is as follows: integrator = (in * dt / τ) + integrator (n-1)

If the time constant “τ” is less than or equal to zero, the calculation formula becomes:

integrator = in  + integrator (n-1)

 

3Inputs

4Outputs

5Types 

Numeric inputs must be of type: int or float.

The main output “out” is of type float.