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

Revision 463, 1.0 kB (checked in by hubertus, 22 months ago)

Created maintenance version from Dynasims version with minimal changes (no checksum, 1 graphics, a few improved documentation places, structurallyIncomplete annotations in Visualizers)

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