blockBooleanVectorReplicator

Boolean vector signal replicator

Information

This block replicates a Boolean vector input signal of size nin, to a matrix with nout rows and nin columns, where each row is duplicating the input vector.

Parameters

TypeNameDefaultDescription
Integernin1Size of input vector
Integernout1Number of row in output

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.BooleanInput[nin]uInput signal to be replicated
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nout,nin]yOutput with replicated input signal

Revisions

  • June 22, 2021, by Baptiste Ravache:
    First implementation