thinkvantagedu
Civil/Environmental
- Jul 1, 2015
- 4
Hello,
I recorded a macro in ABAQUS, the last step is importing xy data from ABAQUS to Excel. If I run this python script in MATLAB, I can get an unsaved Excel file named 'Book1'.
The last few lines look like this:
import abq_ExcelUtilities.excelUtilities
abq_ExcelUtilities.excelUtilities.XYtoExcel(xyDataNames='From Current XY Plot',
trueName='From Current XY Plot')
My question is, is there any ABAQUS Python command which allows me to write in my macro Python file and save this Excel file? If I do not save it, I cannot do anything to these data apart from seeing it.
Thank you!
I recorded a macro in ABAQUS, the last step is importing xy data from ABAQUS to Excel. If I run this python script in MATLAB, I can get an unsaved Excel file named 'Book1'.
The last few lines look like this:
import abq_ExcelUtilities.excelUtilities
abq_ExcelUtilities.excelUtilities.XYtoExcel(xyDataNames='From Current XY Plot',
trueName='From Current XY Plot')
My question is, is there any ABAQUS Python command which allows me to write in my macro Python file and save this Excel file? If I do not save it, I cannot do anything to these data apart from seeing it.
Thank you!