From be1d2568b51bf3aa2f6e198bed761c3c031ca6bd Mon Sep 17 00:00:00 2001 From: "laura.maier" Date: Thu, 13 Oct 2022 00:28:29 +0200 Subject: [PATCH] Add interval length to make simulation run in OM #1341 --- AixLib/Electrical/PVSystem/Examples/ExamplePVSystem.mo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AixLib/Electrical/PVSystem/Examples/ExamplePVSystem.mo b/AixLib/Electrical/PVSystem/Examples/ExamplePVSystem.mo index b83bd11f9e..53abcdcdd4 100644 --- a/AixLib/Electrical/PVSystem/Examples/ExamplePVSystem.mo +++ b/AixLib/Electrical/PVSystem/Examples/ExamplePVSystem.mo @@ -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="

Simulation to test the