Max
Pass through the largest signal
Library
Modelica/Blocks/Math
Description
This block computes the output y as maximumof the two Real inputs u1 and u2:
y = max ( u1 , u2 );
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
u1 | implicit | Connector of Real input signal 1 | input | 1 |
u2 | implicit | Connector of Real input signal 2 | input | 2 |
y | implicit | Connector of Real output signal | output | 1 |