Page 1 of 1

Tracking the progress of a Tool

Posted: Wed May 30, 2018 4:59 am
by manunez
Hi! Is there any way to keep track of the working progress of an AbstractTool or Tool (such as RRATool or IKTool) from within a Matlab/Python script?

Re: Tracking the progress of a Tool

Posted: Thu May 31, 2018 8:07 am
by jimmy
Each tool will have a method setVerboseLevel(). You can change that level (1-4 from memory, but you will have to experiment). The API documentation has some info on this; https://simtk.org/api_docs/opensim/api_ ... f5d3aeb38d

Re: Tracking the progress of a Tool

Posted: Thu May 31, 2018 11:21 am
by manunez
Hi James! Thanks for your response. I should have been more specific with my question: I'm looking for something more in the lines of a variable that I can either pull or call from Python and feed to a scrollbar to track progress, without having to process stdoutput. Anything of the like?