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