blockPartialLimiterMin

Partial block to limit a signal

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

Partial block that is used to limit a signal by a minimum value.

This block is used because interpolation of weather data can lead to slightly negative values. This block is extended by other blocks that then provide the output connector. Extending this block is needed for the output connector to have the correct comment string in the weather data bus, because the weather data bus displays the comment string of the output signal that is connected to the weather data bus. Without this construct, the weather data bus would simply show "Connector of Real output signal".

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputuConnector of Real input signal

Revisions

  • April 14, 2020, by Michael Wetter:
    First implementation.