blockAcos
Output the arc cosine of the input
Information
Block that outputs y = acos(u), where u is an input.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Input for arc cosine function | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Arc cosine of the input |
Revisions
-
November 8, 2024, by Michael Wetter:
Addedfinalkeyword to unit declaration as block is only valid for this unit.
Also addeddisplayUnitkeyword. -
March 7, 2023, by Jianjun Hu:
Added unitradto the output.
This is for Buildings, issue 3277. -
January 28, 2022, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.