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.
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: View filename

...

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

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

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

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