First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I run this funtion:
ierr, rarray = 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.
2 | No.2 Revision |
I run this funtion:
ierr, rarray = awndreal(sid=0, 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.