yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #04829
Re: [Question #166809]: remove functions from PyRunner
Question #166809 on Yade changed:
https://answers.launchpad.net/yade/+question/166809
Status: Answered => Solved
Christian Jakob confirmed that the question is solved:
Thank you. This solved the problem.
Another related question now occurs:
If I use the command twice, with calmLabel=True, but with differnt
iterPeriods...
O.engines=O.engines+[PyRunner(iterPeriod=10,command='calm()')]
O.run(1000,True)
O.engines=O.engines+[PyRunner(iterPeriod=20,command='calm()')]
O.run(1000,True)
... what will happen then?
Is this function active twice too?
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.