问题 I have a PhidgetBridge which is connected to 2 gauge strain. I got the signal and make the calibration using this code. But when I run it, it displays me only one print, or I'd like to have many prints (with this code, I'd like the data to be printed with a data interval of 50ms (so 20 Hz)). from Phidget22.Phidget import * from Phidget22.Devices.VoltageRatioInput import * import time import datetime TIME_OUT = 5000 #5s beofre it throws a timeout exception DATA_INTERVAL = 50 #1000ms sample