Hello,
I am running a SimLab automation with a batch script.
I import a specific user settings file with the SL_USER_DEFINED_SYSTEM_SETTING_FILE environment variable. However, I have issues with my script and I think it is related to the user settings I defined.
Is there a way to check the values of the user settings used within the SimLab script? I need to check if the .ini file I defined in the batch script is properly read and used by SimLab.
At the moment, my script is giving different results if I delete my SimLab user folder (under C:/user/.../SimLab) before running my batch file which would indicate an issue with the settings used by simlab.
Thank you,