Software Patches

August 4, 2020

Features and Improvements

  • Simulator Automation Server (SimAuto): Added RunScriptCommand2(). RunScriptCommand2() is a more usable version of RunScriptCommand() that returns a boolean for success or failure and an status string that contains information about what just happened (an error message, warning, etc.).
  • Simulator Automation Server (SimAuto): Added a SimAuto property called ProgramInformation. ProgramInformation provides version, addon and currently running SimAuto executable in an array of arrays. The first dimension selects the record desired and the second dimension chooses fields from the record. Each record starts with an identifier (currently "version", "addons", or "executable") in the first field, followed by all of the fields containing data for that kind of information.
  • Transient Stability: When saving transient stability results to a CSV file using formats available in the TSGetResults script command add a new option for "INTEGRATED". This will store the results in a single file with a header integrated into the file listing the fields as several rows at the top of the file with information denoting values stored in each column. This is available in the script command as well as on the Plot Designer tab of the transient stability tab under the "Save Selected Plot Data" button.