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