blockBooleanReplicator
Boolean signal replicator
Extends from Modelica.Blocks.Icons.BooleanBlock (Basic graphical layout of Boolean block).
Information
This block replicates the boolean 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.BooleanInput | u | Connector of boolean input signal | |
| Modelica.Blocks.Interfaces.BooleanOutput[nout] | y | Connector of boolean output signals |
Revisions
-
November 28, 2013, by Marcus Fuchs:
Changed block to use Functions.booleanReplicator. -
July 27, 2012, by Kaustubh Phalak:
First implementation.