.Buildings.Utilities.Math.Functions.booleanReplicator

Information

This function replicates the boolean input signal to an array of nout identical output signals.

Interface

function booleanReplicator
  extends Modelica.Icons.Function;
  input Integer nout = 1 "Number of outouts";
  input Boolean u "Boolean input signal";
  output Boolean y[nout] "Boolean output signals";
end booleanReplicator;

Revisions


Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos