1

How to output file into .xls or .txt ?

When we do simulation on PSS/E the output file may be writtrn into .out files,but it may difficult to process the datas by matlab,so I want to out put the datas into .xls or .txt files use Python,but I don't know how to do it ? Anyone can help me ?

Bob's avatar
41
Bob
asked 2013-09-28 04:30:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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/pmwi..., which can directly import .out to matlab.

yfwing's avatar
436
yfwing
answered 2013-09-29 12:06:04 -0500, updated 2013-09-29 12:08:27 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you. Dear friend, I am a student in China , I want to communicate with you and learn from you,could you please tell me your email? Mine is bob1026@163.com Best Wishes!

Bob's avatar Bob (2013-09-29 23:36:15 -0500) edit

@yfwing I could not find any illustration about the function CHNFexcept a few statements in dytools. So I don't know how to use the function CHNF, could you please give me some tips? Thanks

Bob's avatar Bob (2013-10-01 22:22:23 -0500) edit

Hi Bob, sorry for the delay. My email is ece.carl@gmail.com

yfwing's avatar yfwing (2013-10-18 10:55:38 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer