blockLog10
Output the base 10 logarithm of the input (input > 0 required)
Information
Block that outputs y = log10(u),
where
u is an input and log10() is the
logarithm (base-10) function.
An error occurs if the input u is
zero or negative.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | u | Input for base 10 logarithm | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y | Base 10 logarithm 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.