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
When requesting a value over a time period longer than the timeout of the serial device no return is produced.
Steps to reproduce the behavior:
df = run(dev.request, ["Mass_Flow"], 150)
See above
Should successfully perform if a longer time is requested.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
When requesting a value over a time period longer than the timeout of the serial device no return is produced.
🔬 How To Reproduce
Steps to reproduce the behavior:
df = run(dev.request, ["Mass_Flow"], 150)
Code sample
See above
Screenshots
📈 Expected behavior
Should successfully perform if a longer time is requested.
📎 Additional context
The text was updated successfully, but these errors were encountered: