Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use dyntools to extract data from .outx/out file to excel and do all your data manipulation in Python.

******** Output File Handling *************

outfile = path + r'\output_results' xlsoutput= outfile+'.xls' outfile = outfile+'.outx' xlsresult= dyntools.CHNF(outfile) dyntools.CHNF.xlsout(xlsresult, channels=[], show=False, xlsfile=xlsoutput, outfile=outfile)