Device Monitoring Studio's scripting module exposes programming interfaces for a number of application internal objects. The current implementation exposes interfaces for the following objects:
Future releases of the Device Monitoring Studio will extend the list of scriptable objects.
Scripting in User Interface
Scripting module adds its own tool window to the application user interface. It hosts loaded scripts and allows you to create a new script, load an existing one, edit a script and execute it. When you execute a script, the script window turns into the script console window, where all error messages and script output is displayed. The script continues execution until it is stopped using the
Scripting|Stop Script command. See the
Working with Scripts and
Configure Scripting sections for more information.