This library contains input/output blocks to build up block diagrams.
Copyright © 1998-2020, Modelica Association and contributors
Name | Description |
---|---|
Library of examples to demonstrate the usage of package Blocks | |
Library of continuous control blocks with internal states | |
Library of discrete input/output blocks with fixed sample period | |
Library of user interaction blocks to input and to show variables in a diagram animation | |
Library of connectors and partial models for input/output blocks | |
Library of components with Boolean input and output signals | |
Library of Real mathematical functions as input/output blocks | |
Library of Integer mathematical functions as input/output blocks | |
Library of Boolean mathematical functions as input/output blocks | |
Library of discontinuous or non-differentiable algebraic control blocks | |
Library of blocks to combine and extract signals | |
Library of noise blocks | |
Library of signal source blocks generating Real, Integer and Boolean signals | |
Library of blocks to interpolate in one and two-dimensional tables | |
Library of constants, external objects and types with choices, especially to build menus | |
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))