blockExp
Output the exponential (base e) of the input
Information
Block that outputs y = exp(u),
where
u is an input and exp() is the
base-e exponential function.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Input for the base e exponential function | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Base e exponential value of the input |
Revisions
-
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.