Output Ansys Data to Excel file
Output Ansys Data to Excel file
(OP)
How can I export Ansys data to Excel. I have run some transient thermal analysis in Ansys Professional. I was plotting the results using Time Histograph in Ansys. The plots are Temperature vs Time for a load step.





RE: Output Ansys Data to Excel file
! ----------- output temps to excel -------------
/POST26
*del,...
*dim,...
*vget,...
*cfopen,filename,csv ! use delimited file type csv
*vwrite,...
(format)
*cfclose
! -------------------- END ----------------------
Best of luck,
-- drej --