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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u1 | Input with minuend | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u2 | Input with subtrahend | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Output with difference |
Revisions
-
January 28, 2022, by Jianjun Hu:
First implementation.