.Modelica.Blocks.Math.Sum

Information

This blocks computes output y as sum of the elements of the input signal vector u:

y = u[1] + u[2] + ...;

Example:

   parameter:   nin = 3;

results in the following equations:

   y = u[1] + u[2] + u[3];

Generated at 2020-06-05T21:39:08Z by OpenModelica 1.16.0~dev-442-g2e5bc9f