Hi,
I am using the example "WheelTurn" that is based on moving a wheel with the right hand. I would like to get force data of each muscle of the right arm. Thus, I looked for it on "Study/Output/Model/BodyModel/SelectedOutput/Right/ShoulderArm" and found JointReactionForce, JointReactionMoment and Muscle directories. Inside the "muscle "directory there is just an "envelope" file.
The individual muscle force output is not part of the "Selected Output" of the bodymodel.
To find each muscle you can look in Study.Output.Model.BodyModel.Right.Mus for the right arm muscles (exhange Right with Left to locate the left arm).
The muscles have different force properties and you can read about them in this tutorial
Thanks, I found force data of the arm muscles. Now, I would like to get the force data. Thus, I am using "AnyOutputFile" class but I have this error message
ERROR(SCR.PRS5) : C:/Users/j..a/D..p/Whe..rn/WheelTurn.Main.any(54) : 'AnyValue' : Objects of class AnyValue cannot be created because it is an abstract class.