First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
You can't generate a .dyr file from .sav. A saved case has only load flow data.
The script should enter the needed dynamic models for the converter. It can write a add dynamic data file (.dya) and then read the file to add the information to the snapshot.
Library models can be added directly with API: psspy.add_plant_model
, without the need of a .dya file.