Ask Your Question
0

export the data of batch dynamic simulations

asked 2021-07-12 22:03:48 -0500

David gravatar image

Hi,everyone.I am doing batch dynamic simulations.I chose rotor angle,branch active power, branch reactive power,bus voltage and bus angel as my outputs.All of the outputs data have saved as *outx file.I am working on PSSE34.Does anyone know how to deal with *outx file? Can dyntools module solve this problem ?If dyntools can solve this problem,how can I do? Please give me some useful and helpful suggestions! looking forward to your reply!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2021-07-13 19:47:34 -0500

likethevegetable gravatar image

updated 2021-07-13 19:48:41 -0500

Google is your friend, my friend.

https://psspy.org/psse-help-forum/que...

chnfobj = dyntools.CHNF('your path to the .outx file') short_title, chanid, chandata = chnfobj.get_data()

chanid and chandata are Python dictionaries with key set to channel number.

edit flag offensive delete link more

Comments

Oh,my bro.I have successfully imported dyntools_demo of PSSE.Are dyntools and dyntools_demo the same thing?Dyntools_demo do not have attribute of CHNF.What should I do to solve this problem?My email is 503017840@qq.com.

David gravatar imageDavid ( 2021-07-13 20:13:53 -0500 )edit

Haven't seen demo. Do you have a demo version of PSSE?

likethevegetable gravatar imagelikethevegetable ( 2021-07-13 20:17:08 -0500 )edit

Yes,I do.I have dytnools_demo of PSSE V34.If you have dyntools,can you sent it to me?Thank you .My email is 503017840@qq.com.Best wishes .

David gravatar imageDavid ( 2021-07-13 20:20:18 -0500 )edit

dyntools [.pyc] comes with the PSSe installation. Dyntools_demo.py is a demo script to test the dyntools module. Run it outside the PSSE GUI. For more info, search this forum for "dyntools"

jconto gravatar imagejconto ( 2021-07-14 11:58:15 -0500 )edit

Thank you,jconto.Your timely help is very useful!But I do not have dyntools.pyc of PSSE V34.Can you give it to me?

David gravatar imageDavid ( 2021-07-14 20:33:42 -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

2 followers

Stats

Asked: 2021-07-12 22:03:48 -0500

Seen: 212 times

Last updated: Jul 13 '21