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
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.IntegerInput | u | Connector of Integer input signal | |
| Interfaces.RealOutput | y | Connector of Real output signal |