blockMultiplyByParameter
Output the product of a gain value with the input signal
Information
Block that outputs y = k * u,
where
k is a parameter and
u is an input.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | k | Factor to be multiplied with input signal |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Input to be multiplied with gain | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Product of the parameter times the input |
Revisions
-
January 27, 2022, by Jianjun Hu:
Renamed the block name from Gain to MultiplyByParameter.
This is for Buildings, issue 2865. -
March 2, 2020, by Michael Wetter:
Changed icon to display dynamically the output value. -
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the Modelica Standard Library.