We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cbfb6 commit 1329cd6Copy full SHA for 1329cd6
3 files changed
…lar/PowerFactory/WECC/PVD1/Plant_PVD1.mo …olar/PowerFactory/WECC/PVD1/PlantPVD1.moOpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/Plant_PVD1.mo renamed to OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/PlantPVD1.mo
@@ -1,5 +1,5 @@
1
within OpenIPSL.Electrical.Solar.PowerFactory.WECC.PVD1;
2
-model Plant_PVD1
+model PlantPVD1
3
extends OpenIPSL.Electrical.Essentials.pfComponent(
4
final enabledisplayPF=false,
5
final enablefn=true,
@@ -86,4 +86,4 @@ equation
86
lineColor={0,0,255},
87
extent={{-100,150},{100,110}},
88
textString="%name")}));
89
-end Plant_PVD1;
+end PlantPVD1;
OpenIPSL/Electrical/Solar/PowerFactory/WECC/PVD1/package.order
@@ -1,4 +1,4 @@
-Plant_PVD1
+PlantPVD1
Controller
GenerationTripping
PQPriority
OpenIPSL/Tests/Solar/PowerFactory/PVD1.mo
@@ -19,7 +19,7 @@ model PVD1
19
origin={30,0},
20
extent={{10,-10},{-10,10}},
21
rotation=0)));
22
- Electrical.Solar.PowerFactory.WECC.PVD1.Plant_PVD1 pvd1_plant(
+ Electrical.Solar.PowerFactory.WECC.PVD1.PlantPVD1 plantPVD1(
23
M_b(displayUnit="V.A") = 0.5e6,
24
P_0=300000,
25
Q_0=100000) annotation (Placement(visible=true, transformation(
@@ -33,7 +33,7 @@ model PVD1
33
equation
34
connect(voltage.y, elmVac.v) annotation (Line(points={{59,-20},{50,-20},{50,-6},{40.4,-6},{40.4,-4}}, color={0,0,127}));
35
connect(frequency.y, elmVac.f0) annotation (Line(points={{59,30},{50,30},{50,6},{40.4,6},{40.4,4}}, color={0,0,127}));
36
- connect(pvd1_plant.p, elmVac.p) annotation (Line(points={{-19,0},{18,0},{18,0},{19,0}}, color={0,0,255}));
+ connect(plantPVD1.p, elmVac.p) annotation (Line(points={{-19,0},{18,0},{18,0},{19,0}}, color={0,0,255}));
37
annotation (experiment(
38
StartTime=0,
39
StopTime=2,
0 commit comments