Skip to content

Commit

Permalink
Homogenize verification examples docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
raulrpearson committed Jun 28, 2017
1 parent ec3db8d commit a23df4d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within PVSystems.Examples.Verification;
model MPPTControllerVerification "Model to verify MPPT controller"
model MPPTControllerVerification "MPPT controller verification"
extends Modelica.Icons.Example;
Modelica.Electrical.Analog.Basic.Ground ground annotation (Placement(
transformation(extent={{-30,-40},{-10,-20}}, rotation=0)));
Expand Down
2 changes: 1 addition & 1 deletion PVSystems/Examples/Verification/PLLVerification.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within PVSystems.Examples.Verification;
model PLLVerification "PLL verification example"
model PLLVerification "PLL verification"
extends Modelica.Icons.Example;
Modelica.Blocks.Sources.Sine source(freqHz=50) annotation (Placement(
transformation(extent={{-50,-10},{-30,10}}, rotation=0)));
Expand Down
2 changes: 1 addition & 1 deletion PVSystems/Examples/Verification/PVArrayVerification.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within PVSystems.Examples.Verification;
model PVArrayVerification "Model to verify PVArray"
model PVArrayVerification "PVArray verification"
extends Modelica.Icons.Example;
Modelica.Electrical.Analog.Sources.RampVoltage rampVoltage(
duration=1,
Expand Down
2 changes: 1 addition & 1 deletion PVSystems/Examples/Verification/ParkVerification.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within PVSystems.Examples.Verification;
model ParkVerification "Verification of the Park transformations"
model ParkVerification "Park transformations verification"
extends Modelica.Icons.Example;
Control.Park park
annotation (Placement(transformation(extent={{0,20},{20,40}}, rotation=0)));
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within PVSystems.Examples.Verification;
model SimpleBatteryVerification "Verification of SimpleBattery"
model SimpleBatteryVerification "SimpleBattery verification"
extends Modelica.Icons.Example;
Modelica.Electrical.Analog.Sources.SignalCurrent CC annotation (Placement(
transformation(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within PVSystems.Examples.Verification;
model SwitchingCPMVerification "Simple model to verify SwitchingCPM behaviour"
model SwitchingCPMVerification "SwitchingCPM verification"
extends Modelica.Icons.Example;
Control.SwitchingCPM switchingCPM(
vcMax=5,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within PVSystems.Examples.Verification;
model SwitchingPWMVerification "Simple model to verify SwitchingPWM behaviour"
model SwitchingPWMVerification "SwitchingPWM verification"
extends Modelica.Icons.Example;
Control.SwitchingPWM signalPWM(fs=100)
annotation (Placement(transformation(extent={{20,0},{40,20}}, rotation=0)));
Expand Down

0 comments on commit a23df4d

Please sign in to comment.