root/branches/maintenance/2.2.2/Modelica/Electrical/package.mo

Revision 550, 1.0 kB (checked in by otter, 15 months ago)

Library description string made in a standardized fashion for the top-level libraries
(Library of xxx)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1within Modelica;
2package Electrical "Library of electrical models (analog, digital, machines, multi-phase)"
3extends Modelica.Icons.Library2;
4
5annotation(preferedView="info",
6  Documentation(info="<html>
7<p>
8This library contains electrical components to build up analog and digital circuits,
9as well as machines to model electrical motors and generators,
10especially three phase induction machines such as an asynchronous motor.
11</p>
12
13</HTML>
14"),Window(
15    x=0.03,
16    y=0.03,
17    width=0.13,
18    height=0.29,
19    library=1,
20    autolayout=1),
21  Icon(
22    Rectangle(extent=[-29, -13; 3, -27], style(color=0)),
23    Line(points=[37, -58; 62, -58], style(color=0)),
24    Line(points=[36, -49; 61, -49], style(color=0)),
25    Line(points=[-78, -50; -43, -50], style(color=0)),
26    Line(points=[-67, -55; -55, -55], style(color=0)),
27    Line(points=[-61, -50; -61, -20; -29, -20], style(color=0)),
28    Line(points=[3, -20; 48, -20; 48, -49], style(color=0)),
29    Line(points=[48, -58; 48, -78; -61, -78; -61, -55], style(color=0))));
30end Electrical;
Note: See TracBrowser for help on using the browser.