Software Patches

August 15, 2025

Bug Fixes

  • Integrated Topology Processing (ITP): Fixed access error when saving out a consolidated Case in Integrated Topology Processing if certain unique topologies existed around switched shunts.
  • Integrated Topology Processing (ITP): When writing out a Consolidated Case in Integrated Topology Processing as a PWB file, it was possible for the PWB file to contain a Interface Element for branch that no longer existed in the consolidated case.This can happen if the Branch is shorted out by a set of other parallel switching devices. In this situation the PWB file would be corrupted because the element doesn't exist. Two fixes were made to handle this:
    (1) We not longer write out such a branch to the Consolidate PWB file and a warning message is written to the log when saving the PWB
    (2) When reading an existing PWB file that had been written this way we gracefully handle the non-existent branch and do not create the respective interface element.