blockAbs
Output the absolute value of the input
Information
Block that outputs y = abs(u),
where
u is an Integer input.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u | Input for absolute function | |
| Buildings.Controls.OBC.CDL.Interfaces.IntegerOutput | y | Absolute value of the input |
Revisions
-
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.