Hello,
I'm making few python macros for Abaqus, to be able to manage rapidly many models, and many output databases.
For one of those, I need to be able to automatically retrieve the names of all the History Output Variables (as:” Artifical strain energy: ALLAE for Whole Model”) using python, and I can’t find any other way to do it than using the .inp.
Does anyone know how to do this? I tried to use .keys() on historyRegions[].historyOutput[] but I don’t get the same names or data than those I have in abaqus CAE.
Thanks