Skip to content

Commit 97b81ac

Browse files
Merge pull request OpenIPSL#336 from ceraolo/master
Graphical enhancements of line model and IEEE14 example
2 parents 99b18b1 + 2e4286f commit 97b81ac

12 files changed

Lines changed: 143 additions & 131 deletions

File tree

OpenIPSL/Electrical/Branches/PSAT/TwoWindingTransformer.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ model TwoWindingTransformer "Modeled as series reactances without iron losses"
55
import Modelica.ComplexMath.real;
66
import Modelica.ComplexMath.imag;
77
import Modelica.ComplexMath.j;
8-
OpenIPSL.Interfaces.PwPin p
8+
OpenIPSL.Interfaces.PwPin_p p
99
annotation (Placement(transformation(extent={{-120,-10},{-100,10}})));
10-
OpenIPSL.Interfaces.PwPin n
10+
OpenIPSL.Interfaces.PwPin_n n
1111
annotation (Placement(transformation(extent={{100,-10},{120,10}})));
1212
parameter Types.ApparentPower S_b=SysData.S_b "System base power"
1313
annotation (Dialog(group="Power flow"));

OpenIPSL/Electrical/Branches/PwLine.mo

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ model PwLine "Model for a transmission Line based on the pi-equivalent circuit"
55
import Modelica.ComplexMath.real;
66
import Modelica.ComplexMath.imag;
77
import Modelica.ComplexMath.j;
8-
OpenIPSL.Interfaces.PwPin p annotation (Placement(transformation(extent={{-100,
8+
OpenIPSL.Interfaces.PwPin_p p annotation (Placement(transformation(extent={{-100,
99
-10},{-80,10}}), iconTransformation(extent={{-100,-10},{-80,10}})));
10-
OpenIPSL.Interfaces.PwPin n annotation (Placement(transformation(extent={{80,
10+
OpenIPSL.Interfaces.PwPin_n n annotation (Placement(transformation(extent={{80,
1111
-10},{100,10}}), iconTransformation(extent={{80,-10},{100,10}})));
1212
parameter Types.PerUnit R "Resistance"
1313
annotation (Dialog(group="Line parameters"));
@@ -72,10 +72,6 @@ equation
7272
extent={{-80,40},{80,-40}},
7373
lineColor={0,0,255},
7474
fillColor={255,255,255},
75-
fillPattern=FillPattern.Solid),Rectangle(
76-
extent={{-60,20},{60,-20}},
77-
lineColor={0,0,255},
78-
fillColor={95,95,95},
7975
fillPattern=FillPattern.Solid),Text(
8076
visible=displayPF,
8177
extent={{-200,160},{-20,40}},
@@ -127,7 +123,7 @@ equation
127123
lineColor={0,255,0},
128124
fillColor={0,255,0},
129125
fillPattern=FillPattern.Solid),Text(
130-
extent={{-60,20},{60,-20}},
131-
lineColor={255,255,0},
126+
extent={{-80,12},{80,-14}},
127+
lineColor={0,0,0},
132128
textString="%name")}));
133129
end PwLine;

OpenIPSL/Electrical/Loads/PSAT/BaseClasses/baseLoad.mo

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ equation
2626
annotation (Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},
2727
{100,100}}), graphics={Line(points={{-100,100},{100,100},{0,-100},{
2828
-100,100}}, color={28,108,200}),Text(
29-
extent={{-60,80},{60,40}},
30-
lineColor={28,108,200},
31-
textString="%P_0+j%Q_0"),Text(
29+
extent={{-100,80},{100,56}},
30+
lineColor={0,0,0},
31+
textString="%P_0"), Text(
3232
extent={{-150,-110},{150,-150}},
3333
lineColor={0,0,255},
34-
textString="%name")}));
34+
textString="%name"), Text(
35+
extent={{-100,32},{100,6}},
36+
lineColor={0,0,0},
37+
textString="%Q_0")}));
3538
end baseLoad;

OpenIPSL/Examples/IEEE14/Generation_Groups/GroupBus1.mo

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ model GroupBus1 "69kV/615MVA generation unit connected to bus 1"
1313
vrmax=7.32,
1414
vrmin=0,
1515
Ka=200,
16-
v0=v_0) annotation (Placement(transformation(extent={{-8,0},{12,20}})));
16+
v0=v_0) annotation (Placement(transformation(extent={{-10,0},{10,20}})));
1717
OpenIPSL.Electrical.Machines.PSAT.Order5_Type2 Syn1(
1818
Sn=615000000,
1919
Vn=69000,
@@ -37,33 +37,28 @@ model GroupBus1 "69kV/615MVA generation unit connected to bus 1"
3737
OpenIPSL.Interfaces.PwPin pwPin annotation (Placement(transformation(extent={{100,-10},
3838
{120,10}}), iconTransformation(extent={{100,-10},{120,10}})));
3939
equation
40-
connect(AVR1.vf, Syn1.vf) annotation (Line(points={{14,10},{36,10}},
40+
connect(AVR1.vf, Syn1.vf) annotation (Line(points={{12,10},{36,10}},
4141
color={0,0,127}));
42-
connect(Syn1.v, AVR1.v) annotation (Line(points={{82,6},{88,6},{88,-30},{-16,-30},
43-
{-16,4},{-10,4}}, color={0,0,127}));
42+
connect(Syn1.v, AVR1.v) annotation (Line(points={{82,6},{90,6},{90,-32},{-20,-32},{-20,4},{-12,4}},
43+
color={0,0,127}));
4444
connect(Syn1.p, pwPin) annotation (Line(points={{80,0},{110,0}},
4545
color={0,0,255}));
46-
connect(Syn1.pm0, Syn1.pm) annotation (Line(points={{44,-22},{44,-26},{28,-26},
47-
{28,-10},{36,-10}}, color={0,0,127}));
48-
connect(AVR1.vref0, AVR1.vref) annotation (Line(points={{2,22},{2,26},{-16,26},
49-
{-16,16},{-10,16}}, color={0,0,127}));
50-
connect(AVR1.vf0, Syn1.vf0) annotation (Line(points={{2,-2},{2,-12},{20,-12},{
51-
20,26},{44,26},{44,22}}, color={0,0,127}));
46+
connect(Syn1.pm0, Syn1.pm) annotation (Line(points={{44,-22},{44,-28},{28,-28},{28,-10},{36,-10}},
47+
color={0,0,127}));
48+
connect(AVR1.vref0, AVR1.vref) annotation (Line(points={{0,22},{0,30},{-20,30},{-20,16},{-12,16}},
49+
color={0,0,127}));
50+
connect(AVR1.vf0, Syn1.vf0) annotation (Line(points={{0,-2},{0,-12},{20,-12},{20,30},{44,30},{44,22}},
51+
color={0,0,127}));
5252
annotation (
53-
Icon(coordinateSystem(extent={{-100,-100},{100,100}}, preserveAspectRatio=
54-
false),graphics={Text(
55-
extent={{-93,6},{-24,-12}},
56-
lineColor={0,0,255},
57-
textStyle={TextStyle.Italic},
58-
textString=""),
59-
Text(extent={{-34,-32},{38,-52}},
53+
Icon(graphics={Text(lineColor = {0, 0, 255}, extent = {{-93, 6}, {-24, -12}}, textString = "", textStyle = {TextStyle.Italic}),
54+
Text(
6055
lineColor={28,108,200},
6156
fillColor={0,0,255},
6257
fillPattern=FillPattern.Solid,
58+
extent={{-100,-20},{100,-40}},
6359
textString="%name"),
64-
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
65-
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
66-
{28,108,200})}),
60+
Line(points={{-60,0},{-20,40},{20,0},{60,40}},
61+
color={28,108,200}),Ellipse(lineColor = {28, 108, 200}, extent={{-100,-100},{100,100}})}),
6762
Documentation(info="<html>
6863
<p>69kV/615MVA Generation unit connected to bus 1, and composed of the following component models:</p>
6964
<ul>

OpenIPSL/Examples/IEEE14/Generation_Groups/GroupBus2.mo

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ model GroupBus2 "69kV/60MVA generation unit connected to bus 2"
1414
v0=v_0,
1515
vrmin=0,
1616
vrmax=4.38)
17-
annotation (Placement(transformation(extent={{-6,0},{14,20}})));
17+
annotation (Placement(transformation(extent={{-10,0},{10,20}})));
1818
OpenIPSL.Electrical.Machines.PSAT.Order6 Syn3(
1919
Sn=60000000,
2020
Vn=69000,
@@ -35,35 +35,31 @@ model GroupBus2 "69kV/60MVA generation unit connected to bus 2"
3535
xd=1.05,
3636
angle_0=angle_0,
3737
P_0=P_0,
38-
Q_0=Q_0) annotation (Placement(transformation(extent={{42,-20},{82,20}})));
38+
Q_0=Q_0) annotation (Placement(transformation(extent={{40,-20},{80,20}})));
3939
OpenIPSL.Interfaces.PwPin pwPin annotation (Placement(transformation(extent={{100,-10},
4040
{120,10}}), iconTransformation(extent={{100,-10},{120,10}})));
4141
equation
42-
connect(aVR1TypeII1.vf, Syn3.vf) annotation (Line(points={{16,10},{38,10}},
42+
connect(aVR1TypeII1.vf, Syn3.vf) annotation (Line(points={{12,10},{36,10}},
4343
color={0,0,127}));
44-
connect(Syn3.v, aVR1TypeII1.v) annotation (Line(points={{84,6},{90,6},{90,-32},
45-
{-14,-32},{-14,4},{-8,4}}, color={
44+
connect(Syn3.v, aVR1TypeII1.v) annotation (Line(points={{82,6},{90,6},{90,-32},{-20,-32},{-20,4},{-12,4}},
45+
color={
4646
0,0,127}));
47-
connect(Syn3.p, pwPin) annotation (Line(points={{82,0},{110,0}},
47+
connect(Syn3.p, pwPin) annotation (Line(points={{80,0},{110,0}},
4848
color={0,0,255}));
49-
connect(Syn3.pm0, Syn3.pm) annotation (Line(points={{46,-22},{46,-28},{28,-28},
50-
{28,-10},{38,-10}}, color={0,0,127}));
51-
connect(Syn3.vf0, aVR1TypeII1.vf0) annotation (Line(points={{46,22},{46,28},{
52-
24,28},{24,-28},{4,-28},{4,-2}}, color={0,0,127}));
53-
connect(aVR1TypeII1.vref0, aVR1TypeII1.vref) annotation (Line(points={{4,22},{
54-
4,28},{-14,28},{-14,16},{-8,16}}, color={0,0,
49+
connect(Syn3.pm0, Syn3.pm) annotation (Line(points={{44,-22},{44,-28},{28,-28},{28,-10},{36,-10}},
50+
color={0,0,127}));
51+
connect(Syn3.vf0, aVR1TypeII1.vf0) annotation (Line(points={{44,22},{44,30},{20,30},{20,-12},{0,-12},{0,-2}},
52+
color={0,0,127}));
53+
connect(aVR1TypeII1.vref0, aVR1TypeII1.vref) annotation (Line(points={{0,22},{0,30},{-20,30},{-20,16},{-12,16}},
54+
color={0,0,
5555
127}));
5656
annotation (
57-
Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-120,-100},{
58-
120,100}})),
59-
Icon(coordinateSystem(extent={{-100,-100},{100,100}}, preserveAspectRatio=
60-
false), graphics={
61-
Text(extent={{-34,-32},{38,-52}},
57+
Icon(graphics={Text(extent={{-100,-20},{100,-40}},
6258
lineColor={28,108,200},
6359
fillColor={0,0,255},
6460
fillPattern=FillPattern.Solid,
6561
textString="%name"),
66-
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
62+
Line(points={{-60,0},{-20,40},{20,0},{60,40}},
6763
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
6864
{28,108,200})}),
6965
Documentation(info="<html>

OpenIPSL/Examples/IEEE14/Generation_Groups/GroupBus3.mo

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ model GroupBus3 "69kV/60MVA reactive power generation unit (synchronous condense
1515
vrmin=0,
1616
vrmax=4.38) annotation (Placement(transformation(
1717
extent={{-10,-10},{10,10}},
18-
origin={4,10})));
18+
origin={0,10})));
1919
OpenIPSL.Electrical.Machines.PSAT.Order6 Syn2(
2020
Sn=60000000,
2121
Vn=69000,
@@ -38,40 +38,37 @@ model GroupBus3 "69kV/60MVA reactive power generation unit (synchronous condense
3838
P_0=P_0,
3939
Q_0=Q_0) annotation (Placement(transformation(
4040
extent={{-20,-20},{20,20}},
41-
origin={62,0})));
41+
origin={60,0})));
4242
OpenIPSL.Interfaces.PwPin pwPin annotation (Placement(transformation(extent={{100,-10},
4343
{120,10}}), iconTransformation(extent={{100,-10},{120,10}})));
4444
equation
45-
connect(aVR2TypeII2.vf, Syn2.vf) annotation (Line(points={{16,10},{38,10}},
45+
connect(aVR2TypeII2.vf, Syn2.vf) annotation (Line(points={{12,10},{36,10}},
4646
color={0,0,127}));
47-
connect(Syn2.v, aVR2TypeII2.v) annotation (Line(points={{84,6},{90,6},{90,-30},
48-
{-14,-30},{-14,4},{-8,4}}, color={0,0,127}));
49-
connect(Syn2.p, pwPin) annotation (Line(points={{82,0},{110,0}},
47+
connect(Syn2.v, aVR2TypeII2.v) annotation (Line(points={{82,6},{90,6},{90,-32},{-20,-32},{-20,4},{-12,4}},
48+
color={0,0,127}));
49+
connect(Syn2.p, pwPin) annotation (Line(points={{80,0},{110,0}},
5050
color={0,0,255}));
51-
connect(Syn2.pm0, Syn2.pm) annotation (Line(points={{46,-22},{46,-26},{30,-26},
52-
{30,-10},{38,-10}}, color={0,0,127}));
53-
connect(aVR2TypeII2.vref0, aVR2TypeII2.vref) annotation (Line(points={{4,22},{
54-
4,28},{-14,28},{-14,16},{-8,16}}, color={0,0,
51+
connect(Syn2.pm0, Syn2.pm) annotation (Line(points={{44,-22},{44,-28},{28,-28},{28,-10},{36,-10}},
52+
color={0,0,127}));
53+
connect(aVR2TypeII2.vref0, aVR2TypeII2.vref) annotation (Line(points={{0,22},{0,30},{-20,30},{-20,16},{-12,16}},
54+
color={0,0,
5555
127}));
56-
connect(Syn2.vf0, aVR2TypeII2.vf0) annotation (Line(points={{46,22},{46,28},{
57-
26,28},{26,-26},{4,-26},{4,-2}}, color={0,0,
56+
connect(Syn2.vf0, aVR2TypeII2.vf0) annotation (Line(points={{44,22},{44,30},{20,30},{20,-12},{0,-12},{0,-2}},
57+
color={0,0,
5858
127}));
5959
annotation (
60-
Diagram(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{
61-
120,100}})),
62-
Icon(coordinateSystem(extent={{-100,-100},{100,100}}, preserveAspectRatio=
63-
false), graphics={
64-
Text(
60+
Icon(graphics={ Text(
6561
extent={{-93,6},{-24,-12}},
6662
lineColor={0,0,255},
6763
textStyle={TextStyle.Italic},
6864
textString=""),
69-
Text(extent={{-34,-32},{38,-52}},
65+
Text(
66+
extent={{-100,-20},{100,-40}},
7067
lineColor={28,108,200},
7168
fillColor={0,0,255},
7269
fillPattern=FillPattern.Solid,
7370
textString="%name"),
74-
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
71+
Line(points={{-60,0},{-20,40},{20,0},{60,40}},
7572
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
7673
{28,108,200})}),
7774
Documentation(info="<html>

OpenIPSL/Examples/IEEE14/Generation_Groups/GroupBus6.mo

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ model GroupBus6 "13.8kV/25MVA reactive power generation unit (synchronous conden
1515
vrmin=1.395,
1616
vrmax=6.81) annotation (Placement(transformation(
1717
extent={{-10,-10},{10,10}},
18-
origin={2,10})));
18+
origin={0,10})));
1919
OpenIPSL.Electrical.Machines.PSAT.Order6 Syn5(
2020
fn=60,
2121
D=2,
@@ -43,35 +43,28 @@ model GroupBus6 "13.8kV/25MVA reactive power generation unit (synchronous conden
4343
OpenIPSL.Interfaces.PwPin pwPin annotation (Placement(transformation(extent={
4444
{100,-10},{120,10}}),iconTransformation(extent={{100,-10},{120,10}})));
4545
equation
46-
connect(aVR4TypeII1.vf, Syn5.vf) annotation (Line(points={{14,10},{36,10}},
46+
connect(aVR4TypeII1.vf, Syn5.vf) annotation (Line(points={{12,10},{36,10}},
4747
color={0,0,127}));
48-
connect(Syn5.v, aVR4TypeII1.v) annotation (Line(points={{82,6},{88,6},{88,32},
49-
{-22,32},{-22,4},{-10,4}}, color={0,0,127}));
48+
connect(Syn5.v, aVR4TypeII1.v) annotation (Line(points={{82,6},{90,6},{90,40},{-30,40},{-30,4},{-12,4}},
49+
color={0,0,127}));
5050
connect(Syn5.p, pwPin) annotation (Line(points={{80,0},{110,0}},
5151
color={0,0,255}));
52-
connect(Syn5.pm0, Syn5.pm) annotation (Line(points={{44,-22},{44,-26},{28,-26},
53-
{28,-10},{36,-10}}, color={0,0,127}));
54-
connect(aVR4TypeII1.vref0, aVR4TypeII1.vref) annotation (Line(points={{2,22},{
55-
2,28},{-16,28},{-16,16},{-10,16}}, color={0,0,127}));
56-
connect(Syn5.vf0, aVR4TypeII1.vf0) annotation (Line(points={{44,22},{44,28},{
57-
22,28},{22,-26},{2,-26},{2,-2}},
52+
connect(Syn5.pm0, Syn5.pm) annotation (Line(points={{44,-22},{44,-28},{28,-28},{28,-10},{36,-10}},
53+
color={0,0,127}));
54+
connect(aVR4TypeII1.vref0, aVR4TypeII1.vref) annotation (Line(points={{0,22},{0,30},{-20,30},{-20,16},{-12,16}},
55+
color={0,0,127}));
56+
connect(Syn5.vf0, aVR4TypeII1.vf0) annotation (Line(points={{44,22},{44,30},{20,30},{20,-12},{0,-12},{0,-2}},
5857
color={0,0,127}));
5958
annotation (
60-
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,
61-
100}}), graphics={
62-
Text(
63-
extent={{-93,6},{-24,-12}},
64-
lineColor={0,0,255},
65-
textStyle={TextStyle.Italic},
66-
textString=""),
67-
Text(extent={{-34,-32},{38,-52}},
59+
Icon(graphics={Text(lineColor = {0, 0, 255}, extent = {{-93, 6}, {-24, -12}}, textString = "", textStyle = {TextStyle.Italic}),
60+
Text(
6861
lineColor={28,108,200},
6962
fillColor={0,0,255},
7063
fillPattern=FillPattern.Solid,
64+
extent={{-100,-20},{100,-40}},
7165
textString="%name"),
72-
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
73-
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
74-
{28,108,200})}),
66+
Line(points={{-60,0},{-20,40},{20,0},{60,40}},
67+
color={28,108,200}),Ellipse(lineColor = {28, 108, 200}, extent={{-100,-100},{100,100}})}),
7568
Documentation(info="<html>
7669
<p>13.8kV/25MVA Reactive power generation unit (synchronous condenser) connected to bus 6, and composed of the following component models:</p>
7770
<ul>

OpenIPSL/Examples/IEEE14/Generation_Groups/GroupBus8.mo

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ model GroupBus8 "18kV/25MVA reactive power generation unit (synchronous condense
1313
Te=0.7,
1414
v0=v_0,
1515
vrmin=1.395,
16-
vrmax=6.810) annotation (Placement(transformation(
17-
extent={{-10,-10},{10,10}},
18-
origin={-4,10})));
16+
vrmax=6.810) annotation (Placement(visible = true, transformation(origin={0,10}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
1917
OpenIPSL.Electrical.Machines.PSAT.Order6 Syn4(
2018
fn=60,
2119
D=2,
@@ -43,35 +41,28 @@ model GroupBus8 "18kV/25MVA reactive power generation unit (synchronous condense
4341
OpenIPSL.Interfaces.PwPin pwPin annotation (Placement(transformation(extent={{100,-10},
4442
{120,10}}), iconTransformation(extent={{100,-10},{120,10}})));
4543
equation
46-
connect(aVR3TypeII2.vf, Syn4.vf) annotation (Line(points={{8,10},{36,10}},
47-
color={0,0,127}));
48-
connect(Syn4.v, aVR3TypeII2.v) annotation (Line(points={{82,6},{88,6},{88,-30},
49-
{-22,-30},{-22,4},{-16,4}}, color={0,0,127}));
44+
connect(aVR3TypeII2.vf, Syn4.vf) annotation (
45+
Line(points={{12,10},{36,10}}, color = {0, 0, 127}));
46+
connect(Syn4.v, aVR3TypeII2.v) annotation (
47+
Line(points={{82,6},{90,6},{90,-32},{-20,-32},{-20,4},{-12,4}}, color = {0, 0, 127}));
5048
connect(Syn4.p, pwPin) annotation (Line(points={{80,0},{110,0}},
5149
color={0,0,255}));
52-
connect(Syn4.pm0, Syn4.pm) annotation (Line(points={{44,-22},{44,-26},{18,-26},
53-
{18,-10},{36,-10}}, color={0,0,127}));
54-
connect(Syn4.vf0, aVR3TypeII2.vf0) annotation (Line(points={{44,22},{44,28},{
55-
14,28},{14,-26},{-4,-26},{-4,-2}}, color={0,0,127}));
56-
connect(aVR3TypeII2.vref0, aVR3TypeII2.vref) annotation (Line(points={{-4,22},
57-
{-4,28},{-22,28},{-22,16},{-16,16}}, color={0,0,
58-
127}));
50+
connect(Syn4.pm0, Syn4.pm) annotation (Line(points={{44,-22},{44,-28},{28,-28},{28,-10},{36,-10}},
51+
color={0,0,127}));
52+
connect(Syn4.vf0, aVR3TypeII2.vf0) annotation (
53+
Line(points={{44,22},{44,30},{20,30},{20,-12},{0,-12},{0,-2}}, color = {0, 0, 127}));
54+
connect(aVR3TypeII2.vref0, aVR3TypeII2.vref) annotation (
55+
Line(points={{0,22},{0,30},{-20,30},{-20,16},{-12,16}}, color = {0, 0, 127}));
5956
annotation (
60-
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,
61-
100}}), graphics={
62-
Text(
63-
extent={{-93,6},{-24,-12}},
64-
lineColor={0,0,255},
65-
textStyle={TextStyle.Italic},
66-
textString=""),
67-
Text(extent={{-34,-32},{38,-52}},
57+
Icon(graphics={Text(lineColor = {0, 0, 255}, extent = {{-93, 6}, {-24, -12}}, textString = "", textStyle = {TextStyle.Italic}),
58+
Text(
6859
lineColor={28,108,200},
6960
fillColor={0,0,255},
7061
fillPattern=FillPattern.Solid,
62+
extent={{-100,-20},{100,-40}},
7163
textString="%name"),
72-
Line(points={{-60,-20},{-20,20},{20,-20},{60,20}},
73-
color={28,108,200}),Ellipse(extent={{-100,-100},{100,100}}, lineColor=
74-
{28,108,200})}),
64+
Line(points={{-60,0},{-20,40},{20,0},{60,40}},
65+
color={28,108,200}),Ellipse(lineColor = {28, 108, 200}, extent={{-100,-100},{100,100}})}),
7566
Documentation(info="<html>
7667
<p>18kV/25MVA Reactive power generation unit (synchronous condenser) connected to bus 8, and composed of the following component models:</p>
7768
<ul>

0 commit comments

Comments
 (0)