-
From the Tools section of the action bar, click Python .
- Specify the name of the Python script that you want to run. You can click ... to navigate to the file, or you can enter its absolute or relative path name directly in the File field.
-
To run the script in the background, select Capture output.
The app opens a command window and runs your selected script. Its error and output streams are also captures as files that are saved in the CATTEMP directory of your 3DEXPERIENCE installation. -
To open the script in an editor before running it, select Run or debug in editor.
The app opens a Python shell and a Python editor. You can debug and run your Python script in these environments.
|