Skip to content

Commit 9519790

Browse files
committed
Adding REGCA1 label to the base class
Quick update to improve visualization of REGCA1 model in the all-in-one models.
1 parent 76ac642 commit 9519790

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

OpenIPSL/Electrical/Renewables/PSSE/InverterInterface/BaseClasses/BaseREGC.mo

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ equation
145145
Text(
146146
extent={{106,-104},{134,-136}},
147147
textColor={0,0,255},
148-
textString="P0")}), Diagram(
148+
textString="P0"), Text(
149+
extent={{-82,70},{98,-70}},
150+
textColor={0,0,255},
151+
textString="REGCA")}),
152+
Diagram(
149153
coordinateSystem(extent={{-140,-140},{140,140}})),
150154
Documentation(info="<html>
151155
<p>

OpenIPSL/Electrical/Renewables/PSSE/InverterInterface/REGCA1.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ equation
138138
connect(min_limiter.y, add1.u2) annotation (Line(points={{-9,30},{68,30},{
139139
68,82},{76,82}}, color={0,0,127}));
140140
annotation (Icon(graphics={Text(
141-
extent={{-90,70},{90,-70}},
141+
extent={{-82,70},{98,-70}},
142142
textColor={0,0,255},
143143
textString="REGCA")}), Documentation(info="<html>
144144
<p>The REGCA1 component is used to represent the renewable source (inverter) interface with the grid. It takes in as input the real current command

0 commit comments

Comments
 (0)