Is there any way to call an external program after a Simulation 11.0 Solve? I am trying to develop a way of automatically capturing model performance data for every solution that is submitted.

Perhaps there is some way to customize the submission of each solution so that a system command is executed after each solve? A Commands Object at the end of the solution almost works; however, there is information at the very end of the "solve.out" file that is written after the final command snippet is run.


Some of the Workbench solve logic that gets called is executed in script before going into C++. The specific function is called "doSolutionFindAnswers" inside a file named "DSMenuScript.js". Since this is script, you could edit this file and call your external function from JScript after the WB solve is done.





Show Form
No comments yet. Be the first to add a comment!