How to identify circuit id using psspy.abrnint()
I am using psspy.abrnint
to get a list of branches in the working case, and creating a list of branches that are not in service. The abrnint
API using the STRING
parameter to tell it the information to pull from the branch. I am passing it 'FROMNUMBER'
, 'TONUMBER'
, and 'STATUS'
. For double circuits, I don't see a way to distinguish between circuits #1 and 2.
Is there perhaps a different API function that is better-suited to get the information about branches that includes the circuit id?