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 |
|---|---|---|---|
| Integer | p | Parameter to be added to the input |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u | Input to be added to the parameter | |
| Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput | y | Sum of the parameter and the input |
Revisions
-
February 3 2022, by Jianjun Hu:
First implementation.
This is for Buildings, issue 2876.