How to compare two .sav files?
I thought there was a built in function in PSSE 32
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I thought there was a built in function in PSSE 32
Besides what @perolofl has mentioned, you can also use the tool that this forum provides (though there are some small bugs in it). There is also a GitHub repo with some small improvements done.
Note that the aforementioned methods have their own constraints. I remember that if, say like a busbar is in SAV1 but not in SAV2, then the comparisons for that busbar would be blank or something like that. A more reliable, but more work-intensive way is to extract the info you want in both SAVs via Python, and then compare them using the data type "set" in Python. A good example of this way is ETYS Appendix B from the National Grid (UK). This is the way employed by a certain TO for ETYS 2019.
Also note that, if you want detailed diff status, e.g., added, removed, changed, then you probably need to use the said work-intensive method (most of time just added and removed would be enough).
Yes, there is. Go to File menu, Compare, Powerflow Cases.
Asked: 2020-03-10 17:21:00 -0500
Seen: 1,154 times
Last updated: Mar 11 '20