You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The generic scripting environment in Delta Shell allows you to add your own tools to CoDeS using Python code.

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 a guideline how to add a new tool to CoDeS.

Some example/template scripts are available and referred to in the presentation.
These scripts can 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:

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

  • No labels