First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered May 17 '17

jconto gravatar image

Try having the command "psspy.psseinit(12000)" before the main for loop.

click to hide/show revision 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.