Skip to content

Commit 1efe8de

Browse files
committed
wrap long lines.
1 parent dad593e commit 1efe8de

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

OpenIPSL/Electrical/Sources/SourceBehindImpedance/VoltageSources/VSource.mo

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ equation
3535
extent={{-100,140},{100,100}},
3636
textColor={0,0,0},
3737
textString="%name")}), Documentation(info="<html>
38-
<p>This model provides a voltage source with an internal (constant) voltage source and internal impedance.</p>
39-
<p>See the documentation of <a href=\"Modelica://OpenIPSL.Electrical.Sources.SourceBehindImpedance.BaseClasses.baseVoltageSource\">BaseClasses.baseVoltageSource</a> for more information.</p>
38+
<p>
39+
This model provides a voltage source with an internal (constant) voltage source and internal impedance.
40+
</p>
41+
<p>
42+
See the documentation of
43+
<a href=\"Modelica://OpenIPSL.Electrical.Sources.SourceBehindImpedance.BaseClasses.baseVoltageSource\">BaseClasses.baseVoltageSource</a>
44+
for more information.
45+
</p>
4046
</html>"));
4147
end VSource;

OpenIPSL/Electrical/Sources/SourceBehindImpedance/VoltageSources/VSourceIO.mo

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,15 @@ which are the real and imaginary input
9898
textString="%name")}),
9999
Documentation(info="<html>
100100
<p>
101-
The purpose of this model is to support the development of Grid-Forming Inverter models as described in <a href=\"modelica://OpenIPSL.UsersGuide.References\">[Du2021]</a>. The model provides a voltage source with an internal voltage source and internal impedance whose magnitude and angle can be varied via inputs starting from their initial values.
101+
The purpose of this model is to support the development of Grid-Forming Inverter models as described in
102+
<a href=\"modelica://OpenIPSL.UsersGuide.References\">[Du2021]</a>.
103+
The model provides a voltage source with an internal voltage source and internal impedance
104+
whose magnitude and angle can be varied via inputs starting from their initial values.
105+
</p>
106+
<p>
107+
See the documentation of
108+
<a href=\"Modelica://OpenIPSL.Electrical.Sources.SourceBehindImpedance.BaseClasses.baseVoltageSource\">BaseClasses.baseVoltageSource</a>
109+
for more information.
102110
</p>
103-
<p>See the documentation of <a href=\"Modelica://OpenIPSL.Electrical.Sources.SourceBehindImpedance.BaseClasses.baseVoltageSource\">BaseClasses.baseVoltageSource</a> for more information.</p>
104111
</html>"));
105112
end VSourceIO;

0 commit comments

Comments
 (0)