I want to run modelica(Dymola) parameter studies in python.
My code:
output = dymola.simulateExtendedModel(models, starttime (=0), endtime(=31536000=, timeInterval(=120),...);
I set: I expected 262800 values for each variable – but I just get hourly values (8761). When I export the values direct in Dymola – I get 262800.