I want to edit modelica model parameters in Python CLI interface, But don’t know how to find the correct method to make it. Modelica model code : Python code : In a folder i have around 10 text files, I want to run the modelica model for all the text files. How to do that with Python interface. Thanks Answer