Creating an ATEMMax object

Simply import the PyATEMMax library and create a new PyATEMMax.ATEMMax object:

import PyATEMMax

switcher = PyATEMMax.ATEMMax()

Creating multiple ATEMMax objects

You can create as many ATEMMax objects as you want:

import PyATEMMax

switcher1 = PyATEMMax.ATEMMax()
switcher2 = PyATEMMax.ATEMMax()
switcher3 = PyATEMMax.ATEMMax()
switcher4 = PyATEMMax.ATEMMax()
switcher5 = PyATEMMax.ATEMMax()

You’ll be able to connect each of these objects to a different switcher and command them all from a single point :)