This library contains input/output blocks to build up block diagrams.
Copyright © 1998-2025, Modelica Association and contributors
| Name | Description |
|---|---|
| Examples | Library of examples to demonstrate the usage of package Blocks |
| Continuous | Library of continuous control blocks with internal states |
| Discrete | Library of discrete input/output blocks with fixed sample period |
| Interaction | Library of user interaction blocks to input and to show variables in a diagram animation |
| Interfaces | Library of connectors and partial models for input/output blocks |
| Logical | Library of components with Boolean input and output signals |
| Math | Library of Real mathematical functions as input/output blocks |
| MathInteger | Library of Integer mathematical functions as input/output blocks |
| MathBoolean | Library of Boolean mathematical functions as input/output blocks |
| Nonlinear | Library of discontinuous or non-differentiable algebraic control blocks |
| Routing | Library of blocks to combine and extract signals |
| Noise | Library of noise blocks |
| Sources | Library of signal source blocks generating Real, Integer and Boolean signals |
| Tables | Library of blocks to interpolate in one and two-dimensional tables |
| Types | Library of constants, external objects and types with choices, especially to build menus |
| Icons | Icons for Blocks |
in order that the type of the signal of an input/output block can be changed to a physical type, for example:replaceable type SignalType = Real
Sine sin1(outPort(redeclare type SignalType=Modelica.Units.SI.Torque))