Features and Improvements
- Auxiliary Files (SCRIPT and DATA Sections): A new script command named TSAutoSavePlots was added. It will create and save images of the plots in the same manner as the AutoSave an image in the transient stability dialog works. The format and parameters of the script command are as follows:
TSAutoSavePlots([PlotNames], [ContingencyNames], FileType, theWidth, theHeight, theFontScalar, IncludeCaseName, IncludeCategory);
The script will ONLY plot the plots defined in the [PlotNames] and only will plot the result of one contingency as defined in the [ContingencyNames]. It will NOT PLOT Multiple contingencies in the same plot. If [PlotNames] is blank then it will plot all of the plots defined in the case for the contingencies defined in [ContingencyNames]. If [ContingencyNames] is blank it will plot all of the plots defined in [PlotNames] for all the contingencies in the case. Only [PlotNames] and [ContingencyNames] need to be defined, the rest of the parameters are optional. FileType options are JPG, EMF, BMP, GIF, PNG or PDF. Defaults are FileType=JPG, Width=800, Height=600; FontScalar=1, IncludeCaseName=NO, and IncludeCategory=NO.