blockMin
Pass through the smallest signal
Information
Block that outputs y = min(u1, u2),
where
u1 and u2 are inputs.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u1 | Input to the min function | |
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u2 | Input to the max function | |
| Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput | y | Minimum of the inputs |
Revisions
-
January 9, 2017, by Milica Grahovac:
First integer implementation, based on the implementation of the Modelica Standard Library. -
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.