Ask Your Question
1

How to output file into .xls or .txt ?

asked 2013-09-28 04:30:25 -0500

Bob gravatar image

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 ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-09-29 12:06:04 -0500

yfwing gravatar image

updated 2013-09-29 12:08:27 -0500

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.

edit flag offensive delete link more

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 gravatar imageBob ( 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 gravatar imageBob ( 2013-10-01 22:22:23 -0500 )edit

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

yfwing gravatar imageyfwing ( 2013-10-18 10:55:38 -0500 )edit

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

Stats

Asked: 2013-09-28 04:30:25 -0500

Seen: 1,824 times

Last updated: Sep 29 '13