Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Insert Python Code object through APDL command sheet for batch automation › Reply To: Insert Python Code object through APDL command sheet for batch automation
April 17, 2024 at 2:02 pm
mrife
Ansys Employee
Yes; generally speaking we usually gather the result to an array (*VGET); open a file for writing (*CFOPEN); write the array to the file with a format of your choice (*VWRITE); then close the file (*CFCLOS).Â