blockMin

Pass through the smallest signal

Information

Block that outputs y = min(u1, u2), where u1 and u2 are inputs.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputu1Input to the min function
Buildings.Controls.OBC.CDL.Interfaces.RealInputu2Input to the min function
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyMinimum of the inputs

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.