Software Patches

April 27, 2021

Features and Improvements

  • Auxiliary Files (SCRIPT and DATA Sections): Added support for a Selected field with QVCurve object type. Added support for the Bus Selected field for the bus associated with the QV scenario.
  • QV Curves: Added script command QVWriteCurves("filename", IncludeQuantitiesToTrack, filter, Append) that will save a comma-separated text file with the QV curve points. Set IncludeQuantitiesToTrack to YES to also include any Quantities to Track along with the curve QV curve points. Filter is applied to the QVCurve object type. Set Append to YES to append results to an existing file or NO to overwrite an existing file.
  • Bug Fixes

    • Auxiliary Files (SCRIPT and DATA Sections): The special keywords for @DATE and @TIME used with script commands were providing the opposite replacement. @DATE was giving the time and @TIME was giving the date. This has been fixed.
    • Auxiliary Files (SCRIPT and DATA Sections): Fixed access violation that would occur with SendToExcel script command if Header_List was not defined.