First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You can use dyntools, which is a python module comes with psse installation. It can read .out file and save to whatever format you like.
Check the function chnf in the dyntools.
2 | No.2 Revision |
You can use dyntools, which is a python module comes with psse installation. It can read .out file and save to whatever format you like.
Check the function chnf in the dyntools.
You can also try the matlab routine posted on http://www.ece.ualberta.ca/~apic/pmwiki.php?n=People.CarlWang, which can directly import .out to matlab.