QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

cycle time slows down if 'cycle experiment when not taking data' is checked #10

Closed kwnminho closed 7 years ago

kwnminho commented 7 years ago

In certain timing and circumstances , CsPy seems to fill the deadtime between each measurements by inserting a fake cycle. Sometimes it leads to less data-taking rate.

mfe5003 commented 7 years ago

The deadtime issue should be minimized by the threaded analysis that was just merged into the master branch with commit fa72e04. Threading is not optimal, so we still need a multithreading implementation, see issue #11.