Ask Your Question
0

Creating Dynamic (.dyr) files

asked Jan 25 '3

Alex_barajas gravatar image

Hey y'all, I'm writing a python wrapper to integrate Wave Energy Converters onto PSSe and I finished steady state and I'm moving onto dynamics. We're trying to understand how to create the .dyr files for a given micro-grid and wave energy converter. How can I go about generating new .dyr files from a .raw or .sav?

1 answer

Sort by » oldest newest most voted
0

answered Jan 26 '3

perolofl gravatar image

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.

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

Stats

Asked: Jan 25 '3

Seen: 913 times

Last updated: Jan 26 '23