Ask Your Question

Jackson's profile - activity

2020-10-29 15:26:41 -0500 received badge  Famous Question (source)
2020-10-28 16:28:02 -0500 received badge  Notable Question (source)
2020-10-26 07:56:42 -0500 received badge  Popular Question (source)
2020-10-25 23:50:44 -0500 received badge  Editor (source)
2020-10-25 23:49:26 -0500 asked a question How to add dynamic data to an existing dynamic data in PSSE through Python?

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?