Software Patches

August 18, 2023

Features and Improvements

  • Auxiliary Files (SCRIPT and DATA Sections): Added the optional parameter PreferenceFilter to the commands InterfaceRemoveDuplicates(PreferenceFilter) and InjectionGroupRemoveDuplicates(PreferenceFilter);
    Specify a filter to use when determine which object to keep when there are duplicates. If one object meets the filter and the other object does not, then the object which meets the filter will be maintained and the other removed. Otherwise, the one with a name that would occur first in an alphabetic sort is maintained.
  • Bug Fixes

    • Transient Stability: Bug fix for Transient Stability Contingency Element Dialog. There was an unwanted dependency happening between the Insert, OK and also the Delete button, which caused elements do be added that were not chosen. This has been fixed.