-
Notifications
You must be signed in to change notification settings - Fork 20
DMM Drivers - NPLC and Min/Max/Avg support #216
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
Conversation
…tor. updated keithley unused variable to be an underscore to be more correct
add get_nplc function to query the nplc from the dmm this applies to both the fluke and keithley dmm drivers
made min_avg_max return dictionary instead of the individual values
add funcgen to min_avg_max test to verify that it's working update keithley driver to manually default to an NPLC of 1 as the "DEF" keyword is incorrect
Jasper-Harvey0
left a comment
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.
Not done yet. I will come back in a little bit
Jasper-Harvey0
left a comment
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.
I think I am happy with this after you do the changes.
Please update the release notes. You will have to pull in the recent changes from main I think?
@clint-lawrence @jcollins1983 Are you two happy to proceed?
Yep, my earlier comment have all been address. |
…compatibility between DMMs)
Jasper-Harvey0
left a comment
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 to me
Jasper-Harvey0
left a comment
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.
Update release notes please!
Jasper-Harvey0
left a comment
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.
Add ability to configure NPLC on a driver level in both the Fluke and Keithley DMM drivers
Added a function to have the drivers sample x times and then return the minimum, maximum and average of the samples