functionintegerReplicator
Replicates integer signals
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function replicates the integer input signal to an array of
nout identical output signals.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nout | Number of outputs | |
| Integer | u | Integer input signal |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer[nout] | y | Integer output signals |
Revisions
-
November 28, 2013, by Marcus Fuchs:
Implementation based on Kaustubh Phalak's block Buildings.Utilities.Math.IntegerReplicator.