We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
daq.begin(duration=300) should take approx 5 minutes
daq.begin(duration=300)
daq.begin(duration=300) sometimes only lasts 3mins 15sec
Tinfoil hat theory: this only happens when record=True, explaining why I can't recreate it.
record=True
Considering making the python layer start/stop the run timer instead of asking the daq to do it...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
daq.begin(duration=300)
should take approx 5 minutesCurrent Behavior
daq.begin(duration=300)
sometimes only lasts 3mins 15secTinfoil hat theory: this only happens when
record=True
, explaining why I can't recreate it.Possible Solutions
Considering making the python layer start/stop the run timer instead of asking the daq to do it...
The text was updated successfully, but these errors were encountered: