blockAsin

Output the arc sine of the input

Information

Block that outputs y = asin(u), where u is an input.

asin.png

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputuInput for the arc sine function
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyArc sin of the input

Revisions

  • November 8, 2024, by Michael Wetter:
    Added final keyword to unit declaration as block is only valid for this unit.
    Also added displayUnit keyword.
  • March 7, 2023, by Jianjun Hu:
    Added unit rad to 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.