I've run into an issue using the Phidget22 API (Python 2.7) setSensorType method. It works ok for me, but I have found I need a half-second sleep delay after using it before I can use a getSensorValue. Without a delay I get a "Phidget Exception 51: Unknown or Invalid Value" error. It does ...