Skip to content

Commit

Permalink
Update block descriptions (modelica#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Nov 14, 2021
1 parent 565fd48 commit 9fcc531
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within Modelica.Electrical.PowerConverters.ACAC.Control;
block SoftStartControl
block SoftStartControl "Soft start control"
extends Modelica.Blocks.Icons.Block;
import ModeOfOperation =
Modelica.Electrical.PowerConverters.Types.SoftStarterModeOfOperation;
Expand Down
4 changes: 2 additions & 2 deletions Modelica/Electrical/PowerConverters/DCAC/Control/PWM.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within Modelica.Electrical.PowerConverters.DCAC.Control;
block PWM "PulseWidthModulation"
block PWM "Pulse width modulation"
extends Modelica.Blocks.Icons.Block;
constant Integer m=3 "Number of phases";
parameter PowerConverters.Types.PWMType pwmType=PowerConverters.Types.PWMType.SVPWM
Expand Down Expand Up @@ -51,7 +51,7 @@ equation
Let the user choose the PWM type from:
</p>
<ul>
<li><a href=\"modelica://Modelica.Electrical.PowerConverters.DCAC.Control.SVPWM\">Space Vector pulse width modulation</a></li>
<li><a href=\"modelica://Modelica.Electrical.PowerConverters.DCAC.Control.SVPWM\">Space vector pulse width modulation</a></li>
<li><a href=\"modelica://Modelica.Electrical.PowerConverters.DCAC.Control.IntersectivePWM\">Intersective pulse width modulation</a></li>
</ul>
</html>"));
Expand Down
2 changes: 1 addition & 1 deletion Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within Modelica.Electrical.PowerConverters.DCAC.Control;
block SVPWM "SpaceVector Pulse Width Modulation"
block SVPWM "Space vector pulse width modulation"
parameter SI.Frequency f "Switching frequency";
extends Modelica.Blocks.Interfaces.DiscreteBlock(final samplePeriod=1/f);
import Modelica.Constants.small;
Expand Down

0 comments on commit 9fcc531

Please sign in to comment.