Inquiry on Modifying Tire Parameters via IFileModify in CarMaker

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.

Hi @wsung1 ,
did you try TireFL or TireFR instead of Tire as the ParamFile input? List of ‘KeyValue Parameter Substitution’ can be found in the reference manual.