v0.6
PSCAD
No changes.
PLOTTER
The Plotter script has been updated to ease comparing different projects or different versions of the same project.
- The script now identifies simulation data using the filename AND path. For example, data files such as "res1/fredericia_1.csv" and "res2/aarhus_1.csv" are identified as belonging to the "res1/fredericia" and "res2/aarhus" projects, respectively. The last number in the file name represents the case number. The regular expression for a valid simulation data file name is:
^(\w+?)_([0-9]+).(inf|csv)$
- Projects found in the "[Simulation data paths]" paths are now automatically categorized as either EMT or RMS results.
A RMS resultsfile is defined as a .csv file with a leftmost column namedb:tnow in s
. A EMT resultsfile (metafile) is defined as a .inf file where the first line starts withPGB(1)
. EMT datafiles are still assumed to be in the same folder as the metafile. - All found projects are added to relevant case plot exports.
The previous version paired the RMS results with the corresponding EMT results (and vice-versa) for each project for all relevant cases. A resultsfolder with the plots for each project was created when exporting. Now all project-data with a case ID of for example 1 is added to the "1.html" and "1.jpeg" exports. The "pairing" should now be done manually by only including the relevant data in the "[Simulation data paths]" paths. - Signal coloring has been updated: If more than two projects are plotted, all signals belonging to a project will be colored the same. Otherwise, all signals will be colored differently.
- Time start parameter removed. Plots starts at first data.
POWERFACTORY
No changes.