Introduction

In MediaMatrix, Python can be used to add programmable logic to an NWare project. The logic can be triggered manually – by clicking a button, for example – or automatically,as soon as a project is deployed or emulated.

MediaMatrix supports Python version 2.4. Scripts can be run on NIONs, nControls and nTouch 180s. They can also be run in NWare in emulation mode, when you are developing and testing your project. The examples in this section will use NIONs, but you use one of the other devices if you prefer.

Python script is written and linked to the control flow of a project using Live Python blocks or Python Scripting blocks.

In this section

The NWare Live Python block

PySNMP support

See also

Building a simple Python example in NWare

Changing Python code while a project is running

Debugging Python scripts

An example with multiple input devices

Building an example that processes both inputs and outputs