First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

How to retrieve data from Dynamic studies?

asked Sep 6 '18

mikerosz gravatar image

updated Sep 6 '18

Hello everyone, I am trying to run a code where if the feeder has an MVA of a 2000, it will run a .idev file to trip lines in the system. The thing is I need to do this with Dynamic simulation, so when it is running the simulation, i want to code to see if the feeder goes to 2000 or higher, it will automatically trip those lines in dynamics? is there any way to do that?

like an if statement, but i don't know the data retrieval information for retrieving the MVA of a feeder on dynamics. so any help would be appreciated.

1 answer

Sort by » oldest newest most voted
0

answered Sep 7 '18

perolofl gravatar image

See API manual, chapter 7. For example brnmsc will return the MVA flow for a line:

ierr, rval = psspy.brnmsc(ibus,jbus,ickt,'MVA')
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

1 follower

Stats

Asked: Sep 6 '18

Seen: 381 times

Last updated: Sep 07 '18