Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?

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?

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?