Skip to content

Commit

Permalink
add missing experiment StopTime annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Mar 3, 2015
1 parent e86ab6f commit f094db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PowerSystems/Examples/Spot/DrivesDC.mo
Expand Up @@ -324,7 +324,7 @@ package DrivesDC "DC drives"
(right click dcm_pm.motor.w_el and choose Independent variable: w_el).</p>
<p><a href=\"modelica://PowerSystems.Examples.Spot.DrivesDC\">up users guide</a></p>
</html>"),
experiment(Tolerance=1e-005));
experiment(StopTime=1, Tolerance=1e-005));
end DCcharSpeed;

model BLDCcharSpeed "BLDC: torque - speed characteristic"
Expand Down Expand Up @@ -386,7 +386,7 @@ package DrivesDC "DC drives"
(right click dcm_pm.motor.w_el and choose Independent variable: w_el).</p>
<p><a href=\"modelica://PowerSystems.Examples.Spot.DrivesDC\">up users guide</a></p>
</html>"),
experiment(Tolerance=1e-005));
experiment(StopTime=1, Tolerance=1e-005));
end BLDCcharSpeed;

annotation (preferredView="info",
Expand Down
4 changes: 2 additions & 2 deletions PowerSystems/Examples/Spot/GenerationAC3ph.mo
Expand Up @@ -252,8 +252,8 @@ The power-angle is artificially fixed. The correspondence is:
sensor.p[1:2] active and reactive power
</pre></p>
<p><a href=\"modelica://PowerSystems.Examples.Spot.GenerationAC3ph\">up users guide</a></p>
</html>
"));
</html>"),
experiment(StopTime=1));
end PowerAngle;

model TurbineGenerator "Turbine with generator"
Expand Down

0 comments on commit f094db3

Please sign in to comment.