简体   繁体   中英

Show all Python variables in Abaqus

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM