Software Patches

January 23, 2023

Features and Improvements

  • Auxiliary Files (SCRIPT and DATA Sections): Added a new script command with no parameters called CTGDeleteWithIdenticalActions;
    This will delete a Contingency object if it contains the identical list of ContingencyElements as another contingency. The contingency with a Name that is first in an alphabetic sort will be maintained.
  • Auxiliary Files (SCRIPT and DATA Sections): Modified the ExportBusView script command to allow the parameter "Imagetype" to be specified as "PDF".
  • Auxiliary Files (SCRIPT and DATA Sections): Added script command CTGSort([SortFieldList]) that will sort the list of contingencies in the data structure that stores the contingencies internally in Simulator. This is different than sorting the contingencies in a case information display. Using this command is useful when using the options to Join Active Contingencies and a sorted ordered is desired when forming new contingencies. The [SortFieldList] parameter is optional and if not specified the list will be sorted in ascending order by contingency name. The SortFieldList parameter is in the format [variablename1:+:0, variablename2:-:1] that is a list of fields by which the list should be sorted, the sort order, and the case sensitivity (ABS for numbers).
  • Contingency Analysis Tool: Added a new option on the Other menu in Contingency Analysis dialog under Other\Manage Contingency Definitions\Delete Contingencies with Identical Actions.
    This will delete a Contingency object if it contains the identical list of ContingencyElements as another contingency. The contingency with a Name that is first in an alphabetic sort will be maintained.
  • General: Added an indication on the About box if the license being used is a software or hardware license.
  • Bug Fixes

    • Auxiliary Files (SCRIPT and DATA Sections): When loading an AUX for TSContingencyElement which was for an InjectionGroup with the action "OPEN ALL" or "CLOSE ALL", an access violation was occurring. This has been fixed.
    • User Interface Dialogs: Fixed typos in the display image on the 3-winding transformer dialog showin the tap conversion equations. Equations show "TapNomPri" instead of "TapFixedPri" for example.