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

TypeNameDefaultDescription
RealpParameter to be added to the input

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputuInput to be added to the parameter
Buildings.Controls.OBC.CDL.Interfaces.RealOutputySum 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.