0

How to retrieve data from Dynamic studies?

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.

mikerosz's avatar
1
mikerosz
asked 2018-09-06 15:04:16 -0500, updated 2018-09-06 15:05:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

ierr, rval = psspy.brnmsc(ibus,jbus,ickt,'MVA')
perolofl's avatar
3.8k
perolofl
answered 2018-09-07 01:25:50 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer