First time here? Check out the Help page!
1 | initial version |
I used the same code with an OpenModelica generated FMU, and there is no problem over there. So, it seems to be a tricky issue of E+.
2 | No.2 Revision |
The problem was solved :D !!! The problem was related to the fact that prior initializing the model, the experiment must be set up through:
house.setup_experiment(stop_time=final_time) #This was the missing part!!
house.initialize(start_time, final_time,True)
I used the same code with an OpenModelica generated FMU, and there is no problem over there. So, it seems to be a tricky issue of E+.