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

TypeNameDefaultDescription
RealpValue to be added
RealkGain of input

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputuConnector of Real input signal
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyConnector 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.