WOLFRAM SYSTEM MODELER
MinPass through the smallest signal |
SystemModel["Modelica.Blocks.Math.Min"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This block computes the output y as minimum of the two Real inputs u1 and u2:
y = min ( u1 , u2 );
u1 |
Type: RealInput Description: Connector of Real input signal 1 |
|
---|---|---|
u2 |
Type: RealInput Description: Connector of Real input signal 2 |
|
y |
Type: RealOutput Description: Connector of Real output signal |