Results of the percentage load of three-winding transformers with the awndreal() function.
I run this funtion:
ierr, rarray = psspy.awndreal(sid=0, owner=1, ties=3, flag=3, entry=1, string=['PCTRATEA'])
I get a numpy array with a number of values that is equal to 3 times the number of transformers that I have, one for each winding.
I do not understand the order of the results I get, not if it is sorted in ascending order, taking into account the bus number of the first winding, or if it is sorted by transformer name, etc.
Could someone explain to me how this function presents its results?
I'm working with 35.5.2 version.