blockMultiMax
Output the maximum element of the input vector
Information
Outputs the maximum element of the input vector.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin | 0 | Number of input signals |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput[nin] | u | Input to max function | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Largest element of the input vector |
Revisions
-
March 2, 2020, by Michael Wetter:
Changed icon to display dynamically the output value. -
September 14, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.