Hi, all!
Script Control is a tool used to create, manage, and run scripts that automate the testing process in the CarMaker simulation environment. One of its functions, IFileModify, sets the value of a specified string key.
For example:
IFileModify Vehicle SuspR.Spring.Amplify 0.75
successfully changes the corresponding parameter value in the vehicle infofile.
Similarly, I need something like:
IFileModify Tire StandStill.vMax 3.0
However, this command never works as intended.
Is there a way to change a parameter value specified in the tire infofile?
Thank you in advance for your support.