Overview

The script Manager offers the possibility for users to write their own scripts and thereby create customized functionality using MIKE Workbench Application Interfaces to other Managers and Tools. With scripting it is possible to create customized workflow processes, tailored to specific needs.

Scripts can be organized in a logical folder structure, and when opening the Script Manager for the first time it will show only the root node. From this it is possible to create a folder structure, similar to folders on disk into which the scripts are placed.

The scripting language in MIKE Workbench is IronPython – Microsoft .NET Framework implementation of the Python scripting language. See more at http://python.org/ and http://ironpython.net/ for documentation on the scripting language and samples of code.