Extracting ANSYS results as CSV file using Python
Extracting ANSYS results as CSV file using Python
(OP)
Hi all,
I am having great difficulty writing part of a Python code that will automatically extract and record my ANSYS results in a CSV text format, without manually opening each and every analysis and copying them individually.
Any help would be greatly appreciated; there is a similar thread by andy5powell which has proved useful, however my problem lies in the extraction of results from ANSYS to excel, rather than getting ANSYS to read varying input parameters from excel.
Hope I make myself clear,
Thanks
I am having great difficulty writing part of a Python code that will automatically extract and record my ANSYS results in a CSV text format, without manually opening each and every analysis and copying them individually.
Any help would be greatly appreciated; there is a similar thread by andy5powell which has proved useful, however my problem lies in the extraction of results from ANSYS to excel, rather than getting ANSYS to read varying input parameters from excel.
Hope I make myself clear,
Thanks





RE: Extracting ANSYS results as CSV file using Python
Alternately, depending on what you're after, you could write an APDL script that sequentially look into each dp0\SYS\MECH folder, reads in the RST file, then extract the data into a CSV file.
Best regards,
Jason