← Back to team overview

yade-users team mailing list archive

Re: [Question #685313]: Syntax error in PyRunner

 

Question #685313 on Yade changed:
https://answers.launchpad.net/yade/+question/685313

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hi,

> O.engines=[
>  ...
>  newton
>  PyRunner(iterPeriod=20,command='history()',label='recorder'),
> ...
> ]

O.engines is list with elements separated by comma.
So just place a comma between 'newton' and the next PyRunner.

cheers
Jan

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.