Skip to content

Commit

Permalink
Change electrical icon #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 7, 2022
1 parent fe90fad commit 49685fc
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions IBPSA/Electrical/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,33 @@ within IBPSA;
package Electrical "Package with models for electrical systems and components"
extends Modelica.Icons.Package;

annotation (Icon(graphics={Line(points={{8,84},{-58,2},{18,2},{-22,-60},{-36,
-52},{-26,-88},{10,-76},{-6,-68},{60,20},{48,20},{-18,20},{36,84},{
8,84}},
color={0,0,0})}));
annotation (Icon(graphics={
Rectangle(
lineColor={128,128,128},
extent={{-100,-100},{100,100}},
radius=25.0),
Rectangle(
origin={20.3125,82.8571},
extent={{-45.3125,-57.8571},{4.6875,-27.8571}}),
Line(
origin={8,48},
points={{32.0,-58.0},{72.0,-58.0}}),
Line(
origin={9,54},
points={{31.0,-49.0},{71.0,-49.0}}),
Line(
origin={-2,55},
points={{-83.0,-50.0},{-33.0,-50.0}}),
Line(
origin={-3,45},
points={{-72.0,-55.0},{-42.0,-55.0}}),
Line(
origin={1,50},
points={{-61.0,-45.0},{-61.0,-10.0},{-26.0,-10.0}}),
Line(
origin={7,50},
points={{18.0,-10.0},{53.0,-10.0},{53.0,-45.0}}),
Line(
origin={6.2593,48},
points={{53.7407,-58.0},{53.7407,-93.0},{-66.2593,-93.0},{-66.2593,-58.0}})}));
end Electrical;

0 comments on commit 49685fc

Please sign in to comment.