.xml file

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Jiamin Zhao
Posts: 11
Joined: Wed Apr 03, 2019 8:38 pm

.xml file

Post by Jiamin Zhao » Thu Jul 11, 2019 5:06 am

Hi, all

Is there any guide for understanding the .xml file of an model? For example, I opened the MoBL_ARMS_module2_4_allmuscles.osim in Notepad++. But I don't know what "<CoordinateSet>" or <SpatialTransform> means. Also there are many other "<...> "--I can't understand how to set it.
I am looking forward to any help. Thank you!

Regards,
Jiamin
pic.PNG
pic.PNG (105.07 KiB) Viewed 183 times

Tags:

User avatar
Thomas Uchida
Posts: 1800
Joined: Wed May 16, 2012 11:40 am

Re: .xml file

Post by Thomas Uchida » Thu Jul 11, 2019 6:49 am

Here are some resources:
- "OpenSim Models" page in the Confluence documentation: https://simtk-confluence.stanford.edu:8 ... Sim+Models
- XML Browser in the GUI (Help menu -> XML Browser -> select the desired class)
- API documentation (e.g., for SpatialTransform: https://simtk.org/api_docs/opensim/api_ ... sform.html)

POST REPLY