Software Patches

October 30, 2025

Features and Improvements

  • Auxiliary Files (SCRIPT and DATA Sections): DiffCaseWriteBothEPC, DiffCaseWriteNewEPC, and DiffCaseWriteRemovedEPC script commands all have new optional parameter UseDataMaintainer that will use Data Maintainer filtering for including objects in the saved files when set to YES. By default this parameter is NO, which will ignore Data Maintainer filtering. Script commands now have the following parameters:
    DiffCaseWriteBothEPC("filename", GEFileType, UseAreaZone, BaseAreaZoneMeetFilter, Append, "ExportFormat", UseDataMaintainer);
    DiffCaseWriteNewEPC("filename", GEFileType, UseAreaZone, BaseAreaZoneMeetFilter, Append, UseDataMaintainer);
    DiffCaseWriteRemovedEPC("filename", GEFileType, UseAreaZone, BaseAreaZoneMeetFilter, Append, UseDataMaintainer);
  • Bug Fixes

    • File Formats: When reading in RAW files in Version 24 we were always translating any Gen, Load, or Shunt 2-character IDs to an uppercased version of those IDs. This didn't harm anything, but is not necessary, so we have removed this.
    • File Formats: When writing out RAW files, Simulator has always written out Load 2-character IDs as an uppercased version of those IDs. This is not necessary so we have removed that from exports.