blockIntegerReplicator
Integer signal replicator
Extends from Modelica.Blocks.Icons.IntegerBlock (Basic graphical layout of Integer block).
Information
This block replicates the integer input signal to an array of nout identical output signals.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nout | 1 | Number of outputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.IntegerInput | u | Connector of integer input signal | |
| Modelica.Blocks.Interfaces.IntegerOutput[nout] | y | Connector of integer output signals |
Revisions
- November 28, 2013, by Marcus Fuchs:
Changed block to use Functions.integerReplicator. - August 31, 2012, by Michael Wetter:
Revised documentation. - July 27, 2012, by Kaustubh Phalak:
First implementation.