CampbellGroup / common

Shared campbell lab code.
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Changed the time that the pulser waits to check for a finsihed pulse … #236

Closed jchristensen133 closed 6 years ago

jchristensen133 commented 6 years ago

…sequence. Was previously 50ms, now 1ms. After starting a pulse sequence the next call is usually to the function "wait_sequence_done". This continuously checks if the pulse sequence has finished, and returns "True" once completed. The programmed wait time between checks was 50ms, but for a sequence finishing just after this, there approximately 50ms of dead time until the next check. 1ms between checks should prevent excessive dead time. @aransfor please take a look at your convenience.

aransfor commented 6 years ago

LGTM @theoriginaljuice go ahead and merge