Hi, Setting the input voltage range of the VCP1000_0 should be straightforward, but for some reasons it either ignores the range or it throws an exception. Here is the simplest Python code that shows the problem. #!/usr/bin/env python3 from Phidget22.Phidget import * from Phidget22.Devices.VoltageIn...