Software Patches

September 7, 2023

Features and Improvements

  • Auxiliary Files (SCRIPT and DATA Sections): Added a new Script command as follows
    BranchMVALimitReorder(FilterName, SetA, SetB, SetC, SetD, SetE, SetF, SetG, SetH, SetI, SetJ, SetK, SetL, SetM, SetN, SetO);
    FilterName : same treatment as always
    SetA: Specify a blank to indicate MVALimitA should stay the same
    Specify a numeric value to set MVALimitA to this value
    Specify a character from A..O and we will set the MVA limit to that other limit 
    SetB...SetO: same treatment as SetA, but applies to respective limit
    Examples:
    BranchMVALimitReorder("Area 3",A,B,D,E,G,H,J,K,M,N,9999,9999,9999,9999,9999);
    BranchMVALimitReorder("My Filter Name",M,N,O,A,B,C,D,E,F,G,H,I,J,K,L);
  • Bug Fixes

    • Contingency Analysis: Fixed access violation that could occur during contingency analysis when using Custom Monitors to model cascading outages.