-
Notifications
You must be signed in to change notification settings - Fork 320
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
Feature/dem 613/update s5i driver #1392
Feature/dem 613/update s5i driver #1392
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1392 +/- ##
=======================================
Coverage 73.52% 73.52%
=======================================
Files 79 79
Lines 9267 9267
=======================================
Hits 6814 6814
Misses 2453 2453 |
@qSaevar Could you briefly describe in the description what you did and why? (so that I don't ask gazillion of questions inside the code) for example, "removed parameter X because Y", etc. (and next time, don't commit all changes at once - instead, make one atomic change like "removed parameter X because Y", commit it, and only then commit a different change i.e. "added parameter Z because G") |
@astafan8 The underlying driver, But since I was changing the driver, I also added the The updated driver has been tested on hardware. |
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.
Thanks for the description! It's now very clear!
Please go through the code and fix the concerns (especially the major ones about flexibility).
I addressed the comments, all but one, as setting limits on the stepsize is dependent on the set frequency. |
And for good measure we would like to test this driver again on hardware before it is merged. |
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.
This looks much better! Nevertheless, please, see the comment about enable_output
kwarg and parameter.
…-sd/Qcodes into feature/DEM-613/Update-S5i-driver
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.
Great! Once the testing on the actual instrument is passing, let know, i'll merge.
@astafan8 i have tested the latest changes on this branch against our setup, and can confirm that all is working as expected. |
Merge: df7ac95 f36fd0f Author: Mikhail Astafev <[email protected]> Merge pull request #1392 from qutech-sd/feature/DEM-613/Update-S5i-driver
Changes proposed in this pull request:
@astafan8