blockIntegerToReal

Convert Integer to Real signals

Information

Block that outputs the Real equivalent of the Integer input.

  y = u;

where u is of Integer and y of Real type.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuInteger signal to be converted to a Real signal
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyConverted input signal as a Real

Revisions

  • January 3, 2017, by Michael Wetter:
    First implementation, based on the implementation of the Modelica Standard Library.