First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

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

asked Oct 26 '0

Jackson gravatar image

updated Oct 26 '0

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?

1 answer

Sort by » oldest newest most voted
0

answered Oct 26 '0

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!

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Oct 26 '0

Seen: 368 times

Last updated: Oct 26 '20