blockMultiply

Output product of the two inputs

Information

Block that outputs y = u1 * u2, where u1 and u2 are Integer inputs.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputu1Input for multiplication
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputu2Input for multiplication
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutputyProduct of the inputs

Revisions

  • January 27, 2022, by Jianjun Hu:
    Renamed the block name from Product to Multiply.
    This is for Buildings, issue 2865.
  • January 3, 2017, by Michael Wetter:
    First implementation, based on the implementation of the Modelica Standard Library.