Exopy / exopy_hqc_legacy

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

ATS api file should not load the Alazar dll at import time #20

Closed MatthieuDartiailh closed 6 years ago

MatthieuDartiailh commented 7 years ago

Simply importing this file should not attempt to access the dll. This should be delayed till the dll is actually needed. @leghtas could you have a look at the amount of work this would require ?

leghtas commented 7 years ago

I might be possible to delay the access when we define the Board object. Why is this a concern?

MatthieuDartiailh commented 7 years ago

Is this still the case @leghtas ?

MatthieuDartiailh commented 7 years ago

I checked and it is still the case. This bothers me because first it means that every user not using an Alazar get an ugly error message and because it increases the import time and hence the latency people can observe when the instrument manager plugin starts.

MatthieuDartiailh commented 6 years ago

@leghtas as you have no measurement running, perhaps could you take five minutes to fix that (or suggest to Raphael to do it) ?

MatthieuDartiailh commented 6 years ago

Closed by #39