blockAddParameter
Output the sum of an input plus a parameter
Information
Block that outputs y = u + p,
where p is parameter and u is an input.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | p | Parameter to be added to the input |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Input to be added to the parameter | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Sum of the parameter and the input |
Revisions
-
February 3, 2022, by Jianjun Hu:
Removed input gain factor.
This is for Buildings, issue 2876. -
March 2, 2020, by Michael Wetter:
Changed icon to display dynamically the output value. -
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.