blockBooleanScalarReplicator
Boolean signal replicator
Information
This block replicates the Boolean input signal to an array of nout
identical Boolean output signals.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nout | 1 | Number of outputs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | u | Input signal to be replicated | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nout] | y | Output with replicated input signal |
Revisions
-
July 27, 2021, by Baptiste Ravache:
Renamed toBooleanScalarReplicator. -
July 24, 2017, by Jianjun Hu:
First implementation, based on the implementation of the Modelica Standard Library.