| 1 | within Modelica; |
|---|
| 2 | package Electrical "Library of electrical models (analog, digital, machines, multi-phase)" |
|---|
| 3 | extends Modelica.Icons.Library2; |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | annotation ( |
|---|
| 7 | Documentation(info="<html> |
|---|
| 8 | <p> |
|---|
| 9 | This library contains electrical components to build up analog and digital circuits, |
|---|
| 10 | as well as machines to model electrical motors and generators, |
|---|
| 11 | especially 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})})); |
|---|
| 26 | end Electrical; |
|---|