Tracking the progress of a Tool

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Marcos Alfredo Núñez
Posts: 22
Joined: Thu Sep 01, 2016 1:41 pm

Tracking the progress of a Tool

Post by Marcos Alfredo Núñez » Wed May 30, 2018 4:59 am

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?

Tags:

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Tracking the progress of a Tool

Post by jimmy d » Thu May 31, 2018 8:07 am

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

User avatar
Marcos Alfredo Núñez
Posts: 22
Joined: Thu Sep 01, 2016 1:41 pm

Re: Tracking the progress of a Tool

Post by Marcos Alfredo Núñez » Thu May 31, 2018 11:21 am

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?

POST REPLY