First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Try having the command "psspy.psseinit(12000)" before the main for loop.
2 | No.2 Revision |
Try having the command "psspy.psseinit(12000)" before the main for loop.loop.
Also put the file opening commands outside the loop.
You will still get multiple headers!
The activity "LOUT" has a fixed-length text formatted output (approx. 60 lines x 150 cols) and information overflowing will generate a second 'page' with headers and all.
Text parsing using python might be a solution to eliminate unwanted headers.