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