First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
a CSV file solution:
In python, create a list of lists (a 2D array!) where each row contains data output from each case, and it is appended to the 2D array. Once the 25 cases are processed, save the transpose of the 2D array as a CSV file. Open Excel and load the CSV file. done.