I am using the Thoracoscapular model (Seth et al. 2019) and I would like to change the thoracic ellipsoid radii (the highlighted line in the attached .osim file screenshot). The aim is to carry out a kind of sensitivity analysis, so I want to automatize the process through Python API.
I can access the joint (like a classic one):
Code: Select all
Joint = model.getJointSet().get("scapulothoracic")
Code: Select all
Radii_ellisp = joint.get_thoracic_ellipsoid_radii_x_y_z()
Thank you in advance for any advice or tips.
Regards,
Alicia Blasi-Toccaceli