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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | u | Integer signal to be converted to a Real signal | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Converted input signal as a Real |
Revisions
-
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.