in the tutorial and several posts an approach is mentioned to save muscle forces within a h5-file. This file includes the calculated muscle forces of all muscles and other data for each nstep. Caused by the size of the file a phyton or matlab routine is recommended to handle the data.
As I only need some selected muscles forces/activities for my investigation and I have a lot of trails (360) to analyse, I am looking for a less sophisticated way to get the muscle forces. Actually I am using AnyChart to get the results. I intend to simplify this process by using an AnyOutputFile.
Is it possible to create an AnyOutputFile including these muscles forces?
Muscle force will be written for each time step and you can configure your output file to contain some additional information if needed. I think it is easiest to try and see how it works.
Study.Output is a special folder (AnyOutputFolder class) and there is something different about it. I think it only reflects the values from the actual model, but cannot be accessed for assigning values through this link. I will ask my colleagues if that is the case, but for now as a fix you can use the path to the actual model and object:
You may not be able to use these values objects directly in the output, but you can do this search once and copy all the names in one go from the model tree and description windows to tune your output.