Add
Output the sum of the two inputs
Library
Modelica/Blocks/Math
Description
This blocks computes output y as sum of the two input signals u1 and u2:
y = k1*u1 + k2*u2;
Example:
parameter: k1= +2, k2= -3 results in the following equations: y = 2 * u1 - 3 * u2
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_k1 | k1 | Gain of input signal 1 | Scalar | |
mo_k2 | k2 | Gain of input signal 2 | Scalar |
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
mo_u1 | u1 | u1 | Structure | |
mo_u1/fixed | fixed | Cell of scalars | true | |
mo_u1/start | start | Cell of scalars | ||
mo_u2 | u2 | u2 | Structure | |
mo_u2/fixed | fixed | Cell of scalars | true | |
mo_u2/start | start | Cell of scalars | ||
mo_y | y | y | Structure | |
mo_y/fixed | fixed | Cell of scalars | true | |
mo_y/start | start | Cell of scalars |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
u1 | implicit | Connector of Real input signal 1 | input | 1 |
u2 | implicit | Connector of Real input signal 2 | input | 2 |
y | implicit | Connector of Real output signal | output | 1 |