简体   繁体   English

显示Abaqus中的所有Python变量

[英]Show all Python variables in Abaqus

In Abaqus we can execute Python scripts. 在Abaqus中,我们可以执行Python脚本。 Using globals() or locals() we can list all current variables in the console. 使用globals()locals()我们可以在控制台中列出所有当前变量。 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. 称为“ PDE”的集成Abaqus Python开发非常有帮助。 To open it from Abaqus/CAE, select File > Abaqus PDE from the main menu bar. 要从Abaqus / CAE中打开它,请从主菜单栏中选择“ File > Abaqus PDE ”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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