python-ivi / python-usbtmc

Provides a USBTMC driver for controlling instruments over USB
MIT License
160 stars 69 forks source link

Add timeout on ep.write #24

Open CedricB31 opened 8 years ago

CedricB31 commented 8 years ago

Hi Alex In my application (R&S FSW over usbtmc), timeout expired during a write to the EP. That's why I added a timeout on each writing.

SimplicityGuy commented 8 years ago

This looks good. I wonder if this would address issues that I've seen with the R+S NRP8S power meter... Sometimes we see a timeout expired after sending some commands.

Shivaschandra commented 6 years ago

Hi All, Why is variable timeout on class Instrument fixed to 1sec. In my case I use oscilloscope and it doesn't really help because, instrument has to do auto scaling of the signal and then return amplitude. If possible please add timeout as an argument.I have done it locally.