Ask Your Question
0

How to convert .out file to .csv file?

asked 2021-01-19 22:20:57 -0500

penny870718 gravatar image

Hello everyone, I have a question, I need to convert pss/e .out file into .csv file, but I have no idea how to do it. Can someone help me?

Sincerely Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2021-01-21 18:47:00 -0500

updated 2021-01-22 05:06:25 -0500

perolofl gravatar image

You can use DYNTOOLS module. For details see examples from PTI:

import dyntools
# create object
chnfobj = dyntools.CHNF(outfile1, outvrsn=outvrsn)
print('\n Test1:Testing call to csvout')
chnfobj.csvout(channels=[1,4,41,5], csvfile=pn)
edit flag offensive delete link more

Comments

Thanks a lot ! This is very useful.

penny870718 gravatar imagepenny870718 ( 2021-01-24 05:52:40 -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

1 follower

Stats

Asked: 2021-01-19 22:20:57 -0500

Seen: 1,290 times

Last updated: Jan 22 '21