In Abaqus we can execute Python scripts. Using globals()
or locals()
we can list all current variables in the console. Is there a possibility to open a window showing all these variables within a table? Or maybe exporting them into an external text file?
Asked
Active
Viewed 206 times
0
-
1related https://stackoverflow.com/a/36965528/1004168 – agentp Oct 29 '17 at 15:51
1 Answers
0
The integrated Abaqus Python development, called "PDE", is very helpful.
To open it from Abaqus/CAE, select File > Abaqus PDE
from the main menu bar.

Andi
- 3,234
- 4
- 32
- 37