Ask Your Question
0

Take all load data from psse with python

asked 2020-05-03 09:47:51 -0500

thanhnguyen gravatar image

Hi everyone, I have simulated and received a .out file on psse. Now I want to take all load data from psse with python. Could you help me how to take it? Thank you so much

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-05-03 19:15:09 -0500

JbFord gravatar image

You can use dyntools to extract data from .outx/out file to excel and do all your data manipulation in Python.

******** Output File Handling *************

outfile = path + r'\output_results' xlsoutput= outfile+'.xls' outfile = outfile+'.outx' xlsresult= dyntools.CHNF(outfile) dyntools.CHNF.xlsout(xlsresult, channels=[], show=False, xlsfile=xlsoutput, outfile=outfile)

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2020-05-03 09:47:51 -0500

Seen: 483 times

Last updated: May 03 '20