Ticket #5993: package.mo

File package.mo, 1.7 KB (added by anonymous, 6 years ago)

omlibrary\ModelicaAdditions 1.5\Blocks\package.mo

Line 
1package Blocks "Input/output block sublibrary"
2
3
4extends Modelica.Icons.Library;
5
6
7annotation (Documentation(info="<html>
8<p>
9Package <b>ModelicaAdditions.Blocks</b> contains
10input/output blocks:
11</p>
12
13<pre>
14 <b>Continuous</b> Continuous control blocks
15 <b>Discrete</b> Discrete control blocks
16 <b>Logical</b> Components operating on Boolean signals
17 <b>Multiplexer</b> Extract, combine and split signal connectors of type Real
18 <b>Nonlinear</b> Fixed and varying delays.
19</pre>
20
21
22<dl>
23<dt><b>Main Author:</b>
24<dd><a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a><br>
25 Deutsches Zentrum f&uuml;r Luft und Raumfahrt e.V. (DLR)<br>
26 Institut f&uuml;r Robotik und Mechatronik<br>
27 Postfach 1116<br>
28 D-82230 Wessling<br>
29 Germany<br>
30 email: <A HREF=\"mailto:Martin.Otter@dlr.de\">Martin.Otter@dlr.de</A><br>
31</dl>
32<br>
33
34<p><b>Release Notes:</b></p>
35<ul>
36<li><i>October 21, 2002</i>
37 by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>
38 and <a href=\"http://www.robotic.dlr.de/Christian.Schweiger/\">Christian Schweiger</a>:<br>
39 Added new components. Changed some models to blocks.</li>
40<li><i>June 14, 2000</i>
41 by <a href=\"http://www.robotic.dlr.de/Martin.Otter/\">Martin Otter</a>:<br>
42 Realized.</li>
43</ul>
44<br>
45
46
47<p><b>Copyright &copy; 2000-2002, DLR.</b></p>
48
49<p><i>
50The ModelicaAdditions.Blocks package is <b>free</b> software;
51it can be redistributed and/or modified
52under the terms of the <b>Modelica license</b>, see the license conditions
53and the accompanying <b>disclaimer</b> in the documentation of package
54Modelica in file \"Modelica/package.mo\".
55</i></p>
56
57</HTML>
58"));
59end Blocks;