-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Dmm driver improvements #181
Dmm driver improvements #181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I don't think this is the right big picture solution, it is our best pragmatic path forward right now. And the change itself looks good.
Add delay option to DMM driver to help alleviate issues with Keithley DMM compatibility.
This stems from test script failures due to the Keithley sampling a measurement before the relays (or voltage rails etc) have completely settled. Apparently the Fluke is slower at this so it hasn't been a problem.
I also removed some dead code and formatted.