Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The generic scripting environment in Delta Shell allows you to add your own tools to CoDeS using Python code.
c:\Users\scheel\checkouts\CoDeS\latest_version\CoDeS\Scripts\CoDeS_Tutorial\To properly embedd the tool within the CoDeS framework, some guidelines should be followed.

Within the 'Scripts' folder of the Python code repository of CoDeS, a subfolder called 'CoDeS_Tutorial' can be found.
In this folder, the following presentation can be found:

This presentation provides the guidelines how to add a new tool to CoDeS.

Some example/template scripts are available and referred to in the presentation as well.
These scripts can also be found in the subfolder 'CoDeS_Tutorial' in the CoDeS repository.

By applying these scripts, you can add a new 'Example tool' to CoDeS as shown below:

Image Added

Using the guidelines presented in the presentation above, specific functionalities can be incorporated to the added tool.