blockMax
Maximum element of a vector
Extends from Modelica.Blocks.Interfaces.MISO (Multiple Input Single Output continuous control block).
Information
Outputs the maximum of the vector.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin (from MISO) | 1 | Number of inputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput[nin] | u (from MISO) | Connector of Real input signals | |
| RealOutput | y (from MISO) | Connector of Real output signal |
Revisions
-
April 3, 2009, by Michael Wetter:
First implementation.