Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to get MVA at "to" end of branch through API

Hello forum,

For starters, I am using PSSE version 33.4.

I am trying to create a program that calculates and reports adjusted MVA values for branches. However, I need to report the maximum adjusted MVA for each branch, as in:

max(MVAfrom/frombusperunitvoltage, MVAto/tobusperunitvoltage)

The problem is that the API documentation for abrnreal suggests that I can only get either the MVA at the from bus, or the MAXMVA, meaning either the MVA at the from bus or the to bus, whichever is greater. But if the maximum MVA happens to be at the from bus, then I can't possibly read the MVA at the to bus end.

Is there another way to just get the MVA at the to bus end?