First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Thanks guys.
What I wound up doing was using the abrnreal API call, and used the entry = 2 parameter to have each branch listed twice; once going from-to and the other going to-from. It takes some filtering and quite a bit of data storage, but I can indeed query P, Q, and MVA at both ends. I just have to see if the entry has been found already first (in which case I am looking at the to-from entry rather than the from-to entry.)
I appreciate the responses!