blockAddParameter
Output the sum of an input plus a parameter
Extends from Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Block that outputs y = k u + p,
where k and p are
parameters and u is an input.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | p | Value to be added | |
| Real | k | Gain of input |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Connector of Real input signal | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Connector of Real output signal |
Revisions
-
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.