-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathpackage.mo
More file actions
21 lines (20 loc) · 806 Bytes
/
package.mo
File metadata and controls
21 lines (20 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
within Modelica.Electrical.Batteries;
package BatteryStacks "Battery stacks built from cells"
extends Modelica.Icons.Package;
annotation (Documentation(info="<html>
<p>Battery models, either used for single cells or for stacks built from identical cells</p>
</html>"),
Icon(graphics={
Rectangle(extent={{-13,20},{13,-20}}, lineColor={95,95,95},
fillColor={215,215,215},
fillPattern=FillPattern.HorizontalCylinder,
origin={0,73},
rotation=90,
pattern=LinePattern.None),
Rectangle(extent={{-70,50},{70,-50}}, lineColor={95,95,95},
fillColor={215,215,215},
fillPattern=FillPattern.HorizontalCylinder,
origin={0,-10},
rotation=90,
pattern=LinePattern.None)}));
end BatteryStacks;