PDE即Python development environment,可以通过PDE对Abaqus脚本进行创建、编辑、测试和执行。
Abaqus的PDE是一个分离的应用程序,可以执行与Abaqus相关的Python脚本,同时也可以执行与Abaqus不相关的Python程序。
Abaqus的PDE主界面如图1所示。
图1
PDE Control能够完成的任务如下:
1)Open .guiLog, .py, and other Python scripts
2)Designate an open file or open another file as the main file for testing
3)Open recently used files, including modules called by the main file
4)Edit scripts
5)Reload modules after editing a plug-in
6)Record .guiLog files from Abaqus/CAE
7)Run scripts that use the Abaqus/CAE user interface, the Abaqus scripting commands, or general Python commands
8)Add (or ignore) breakpoints in a script
9)Add a breakpoint in any Python code executed in Abaqus/CAE, such as plug-ins
10)Add a delay between executing steps
11)Step through scripts (trace the execution), including plug-in modules and custom startup modules
12)Change options for recording .guiLog scripts and animating (highlighting) traced files
PDE如何启动?