Search Results

by wouter_minjauw
Mon Apr 11, 2022 6:44 am
Forum: All Other Phidgets
Topic: Can't set input voltage range on VCP1000_0
Replies: 0
Views: 20559

Can't set input voltage range on VCP1000_0

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...