blockIntegerToReal

Convert Integer to Real signals

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

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

TypeNameDefaultDescription
Interfaces.IntegerInputuConnector of Integer input signal
Interfaces.RealOutputyConnector of Real output signal