blockKMinusU
Output y=k-u
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This component computes the value ofy = k - u.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | k | Sum of u and y |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u | Input | |
| Modelica.Blocks.Interfaces.RealOutput | y | Output |
Revisions
-
July 20, 2011, by Wangda Zuo:
Add comments and merge to library. -
May 19, 2010, by Wangda Zuo:
First implementation.