Hello all, I am part of a Formula Student team and am currently building a simulation automation tool with cmapi (Python). I apologize if these questions have already been asked and answered, but I had a few clarification questions. I’m using Carmaker 14.1.1:
- Beyond the Python User’s Guide and Python Reference, is there any further documentation on the Python API
- I have used the .params_by_key method to get a list of parameters for testruns, vehicle, etc. but is there any documentation for what each parameter name modifies, or will I need to use trial and error
- I know that when using ScriptControl tcl files, there are commands for modifying files (like tire or kinematics files) and for running a driver adaption. Is there similar functionality with the Python API? If not, is there any way to integrate .tcl language and commands via Python or will I have to switch over to ScriptControl
- If there is functionality to edit kinematics/tire files via Python, will I need to create a new Runtime each time this file is edited or somehow reconnect to Carmaker so it knows the file has been updated, or will Carmaker automatically detect this change?
Thank you for the help in advance, and please let me know if any of my questions require further clarification!