WOLFRAM SYSTEM MODELER

IntegerToReal

Convert Integer to Real signals

Wolfram Language

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

Information

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

This block computes the output y as Real equivalent of the Integer input u:

y = u;

where u is of Integer and y of Real type.

Connectors (2)

u

Type: IntegerInput

Description: Connector of Integer input signal

y

Type: RealOutput

Description: Connector of Real output signal