- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » manage function Simulate in OpenModelica
Page Start Prev 1 Next End
manage function Simulate in OpenModelica
manage function Simulate in OpenModelica
Jul-03-15 10:04:34
Hi guys
I need help for manage a problem
the problem is that startTime is in the internal library of OpenModelica: OpenModelica.Scripting.simulate. That is a function.
My aim is to create a Model and inside it, I want to use this operation: time - startTime
Anyone know how to manage it?
Thanks
Re: manage function Simulate in OpenModelica
Jul-03-15 10:06:35
Code:
parameter Real startTime(fixed=false);
initial equation
startTime = time;
- sjoelund.se
- 1700 Posts
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » manage function Simulate in OpenModelica
There are 0 guests and 0 other users also viewing this topic