Ask Your Question
0

How to retrieve data from Dynamic studies?

asked 2018-09-06 15:04:16 -0500

mikerosz gravatar image

updated 2018-09-06 15:05:19 -0500

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.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2018-09-07 01:25:50 -0500

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')
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

1 follower

Stats

Asked: 2018-09-06 15:04:16 -0500

Seen: 315 times

Last updated: Sep 07 '18