First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
If you ask PSS/E both the numbers and the names of the buses, you'll get them back in the same order. Then to sort them you can use Python's sort combined with key-parameter such as in this example: http://stackoverflow.com/questions/13668393/python-sorting-two-lists