简体   繁体   English

如何在 IDE 编辑器 PyCharm 中运行 abaqus python 脚本

[英]How to run abaqus python script in IDE editor PyCharm

I am new to Abaqus scripting and to Python.我是 Abaqus 脚本和 Python 的新手。 I am trying to write the code on PyCharm editor but it does not recognize the Abaqus libraries.我正在尝试在 PyCharm 编辑器上编写代码,但它无法识别 Abaqus 库。 Is there any way to run the code on PyCharm or other editors and to visualize the data afterward?有没有办法在 PyCharm 或其他编辑器上运行代码并在之后可视化数据?

Thanks.谢谢。

Unfortunately you can't, you will have to write your code first in any editor and use 'Run Script' option in Abaqus to run this file.不幸的是,您不能,您必须先在任何编辑器中编写代码,然后使用 Abaqus 中的“运行脚本”选项来运行此文件。 You can use kernel command line interface to test lines in your code.您可以使用内核命令行界面来测试代码中的行。

hope this help希望这有帮助

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

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