blockMultiMaxInteger
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 | Size of input array |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput[nin] | u | Integer input signal | |
| Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput | y | Integer output signal |
Revisions
-
March 29, 2024, by Antoine Gautier:
First implementation.