I am trying to automate my runs using Python and with the PsimCmd.exe. I have created the parameter files for my run and have checked that the generated file was working when loaded in the internal parameter file of the schematic. However, the thing is when I run it using python (with PsimCmd.exe) it seems that the parameter file I am passing is not seen. I have confirmed it by passing an invalid variable and expecting to see an error message in python but as I have suspected, the file is not read at all.
Has anybody have done a similar task in psim + python? What is the correct step so that my external file will be seen. I am running more than 100+ test cases so I want to really automate it. Otherwise, do you have any suggestions on how I can go about it? I am using PSIM2024 and Python 3.1