WOLFRAM SYSTEM MODELER

Sin

Output the sine of the input

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Math.Sin"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This blocks computes the output y as sine of the input u:

y = sin( u );

sin.png

Connectors (2)

u

Type: RealInput

Description: Connector of Real input signal

y

Type: RealOutput

Description: Connector of Real output signal

Used in Components (1)

Vehicle

Modelica.Mechanics.Translational.Components

Simple vehicle model