blockMinMax
Output the minimum and the maximum element of the input vector
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Determines the minimum and maximum element of the input vector and provide both values as output.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nu | 0 | Number of input connections |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealVectorInput[nu] | u | ||
| Modelica.Blocks.Interfaces.RealOutput | yMax | ||
| Modelica.Blocks.Interfaces.RealOutput | yMin |