blockSubtract

Output the difference of the two inputs

Information

Block that outputs y as the difference of the two input signals u1 and u2,

    y = u1 - u2

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputu1Input with minuend
Buildings.Controls.OBC.CDL.Interfaces.RealInputu2Input with subtrahend
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOutput with difference

Revisions

  • January 28, 2022, by Jianjun Hu:
    First implementation.