root/trunk/Modelica/Electrical/package.mo

Revision 1044, 1.0 kB (checked in by otter, 9 months ago)

Removed "Windows(..)" annotation (an "old" Dymola 4 annotation that was not used anymore and is not part of the Modelica 3 graphical annotations)

  • 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
5
6annotation (
7  Documentation(info="<html>
8<p>
9This library contains electrical components to build up analog and digital circuits,
10as well as machines to model electrical motors and generators,
11especially three phase induction machines such as an asynchronous motor.
12</p>
13
14</HTML>
15"),
16  Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{100,100}}), 
17      graphics={
18      Rectangle(extent={{-29,-13},{3,-27}}, lineColor={0,0,0}),
19      Line(points={{37,-58},{62,-58}}, color={0,0,0}),
20      Line(points={{36,-49},{61,-49}}, color={0,0,0}),
21      Line(points={{-78,-50},{-43,-50}}, color={0,0,0}),
22      Line(points={{-67,-55},{-55,-55}}, color={0,0,0}),
23      Line(points={{-61,-50},{-61,-20},{-29,-20}}, color={0,0,0}),
24      Line(points={{3,-20},{48,-20},{48,-49}}, color={0,0,0}),
25      Line(points={{48,-58},{48,-78},{-61,-78},{-61,-55}}, color={0,0,0})}));
26end Electrical;
Note: See TracBrowser for help on using the browser.