- Index
- » Programming
- » Modelica Language
- » Stop time of a simulation with OMPython
Stop time of a simulation with OMPython
Stop time of a simulation with OMPython
i'm developing a system in openmodelica which design the behaviour of a swarm of drone in various simulation. Now, i want to get the simulation result with OMPython, because i will use matplotlib to make charts of the various KPI. If i want to get values, the openmodelica scripting function requires:
val(String valueName, Real timePoint, String file);
And i want to take the value at the end of the simulation. The problem is that the simulation stop time is not constant! So, is there a function to retrieve the stop time of the simulation?
UPDATE:
I managed to retrieve this information in python using the "simulate" function. But i want to use BuildModel function, because with it i can change variables in the system and simulate again without any problem. any suggestion?
Re: Stop time of a simulation with OMPython
- Index
- » Programming
- » Modelica Language
- » Stop time of a simulation with OMPython