Ask Your Question
0

How to add dynamic data to an existing dynamic data in PSSE through Python?

asked 2020-10-25 23:49:26 -0500

Jackson gravatar image

updated 2020-10-25 23:52:57 -0500

Hi! I am currently conducting a dynamic simulation in PSSE through Python. If I only use one dyr file, the PV power plant can operate normally. If I write the dyr of the PV power station as a single file, load two dyr files separately, using the following program:

psspy.dyre_new([1,1,1,1],"NEM.dyr","","","")

psspy.dyreadd([i, _i, _i, _i], "WHSF.dyr", "", "")

The photovoltaic power plant will not load normally. How can I solve this problem? Is there a bug in the inverter dyr file?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-10-26 02:27:51 -0500

perolofl gravatar image

The answer is written in the progress window! There is some reading error in the file so the model is not loaded into PSSE. Maybe the terminating slash is missing. Check the progress window and then the dyre file!

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-10-25 23:49:26 -0500

Seen: 327 times

Last updated: Oct 26 '20