You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QE Pro runs fine for an hour or so, but then halts the script and produces a "data transfer error" (similar to issue #69). See the attached image below -- I believe it's coming from the cseabreeze._wrapper.
steps to reproduce
close out of Anaconda Prompt
unplug/replug the QE Pro
restart script (then program runs for another couple hours before encountering this error
minimal code example and error (very helpful if available)
The text was updated successfully, but these errors were encountered:
Looking at the traceback I am guessing that your code periodically re-instantiates the Spectrometer class.
Could you provide the relevant code from you codebase that takes the measurement?
My current guess is, that if you just instantiate the Spectrometer class once your problem will go away.
spectrometer and system information
current problem
QE Pro runs fine for an hour or so, but then halts the script and produces a "data transfer error" (similar to issue #69). See the attached image below -- I believe it's coming from the cseabreeze._wrapper.
steps to reproduce
minimal code example and error (very helpful if available)
The text was updated successfully, but these errors were encountered: