43.1.6.2. PyCharm

Register RecurDyn ProcessNet

  1. Click “Settings” in the “File” meun.

  2. In the left-hand pannel, select “Project: your project name” and then click the “Python Interpreter”.

  3. In the right-hand pannel, click the “show all” in the python interpreter.

  4. In the Python Interpreters dialog, click the “Show Interperter Paht”.

  5. Add the RecurDyn Pnet Python Path.

    <install dir>\Bin\Python\Lib

    ../_images/image05612.png

    Figure 43.8 PyCharm Help Tab Menu

Intellisense Setting

  1. Click Help – Edit Custom Properties…

  2. Input Option and Save

    idea.max.intellisense.filesize = 5000

    ../_images/image05712.png

    Figure 43.9 PyCharm File Tab Menu

    ../_images/image05812.png

    Figure 43.10 Code Completion Options in Settings Dialog

  3. Adjust the options below to improve Intellisence speed. speed of Documentation Popup, parameter info popup

  4. If you want to use a different version of python, Modify connected python Interpreter path Project:Python Interperter of Setting Dialog

Note

Files larger than idea.max.intellisense.filesize option are not displayed Intellisense. RecurDyn Module capacity is greater than the default value (2500), so it needs to be modified for use.