Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interval length to make simulation run in OM #1341 #1355

Merged
merged 1 commit into from
Oct 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion AixLib/Electrical/PVSystem/Examples/ExamplePVSystem.mo
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ equation
points={{-80,0},{-34,0},{-34,0.72},{-10.16,0.72}},
color={255,204,51},
thickness=0.5));
annotation (experiment(StopTime=31536000, Tolerance=1e-06, Algorithm="dassl"),
annotation (experiment(
StopTime=31536000,
Interval=3600,
Tolerance=1e-06,
__Dymola_Algorithm="Dassl"),
__Dymola_Commands(file="modelica://AixLib/Resources/Scripts/Dymola/Electrical/Examples/ExamplePVSystem.mos" "Simulate and plot"),
Documentation(info="<html><p>
Simulation to test the <a href=
Expand Down