import servo_maestro import time; c = servo_maestro.controller() for i in range(0,11000,1000): for j in range(0,4): c.setPosition(j,i) time.sleep(1)