Ask Your Question
0

Creating Dynamic (.dyr) files

asked 2023-01-25 13:30:11 -0500

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2023-01-26 04:24:34 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2023-01-25 13:30:11 -0500

Seen: 765 times

Last updated: Jan 26 '23