Exopy / exopy_hqc_legacy

Transition package to smooth transition from HQCMeas to Exopy.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

SetDCVoltageTask should not be in parallel by default for drivers with multiple channel #63

Open lcontami opened 4 years ago

lcontami commented 4 years ago

Since otherwise multiple commands are sent to the instrument at the same time which can cause a communication error. This is the case for the TinyBilt for example.

MatthieuDartiailh commented 4 years ago

I would argue that driver should be made thread safe but that is more work.