-
Notifications
You must be signed in to change notification settings - Fork 322
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
B1500: Add measurement status to current/voltage parameters of B1517A SMU for spot measurements #2051
Conversation
@@ -622,6 +650,8 @@ def _set_current(self, value: float) -> None: | |||
) | |||
self.write(msg.message) | |||
|
|||
self.current._measurement_status = None |
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.
@jenshnielsen @lakhotiaharshit shall i extract a parameter class with these get/set methods in order to make it clearer and NOT access private _measurement_status attribute in the B1517A CMU class?
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.
@jenshnielsen @lakhotiaharshit just finished the exctraction - could you have another look?
Codecov Report
@@ Coverage Diff @@
## master #2051 +/- ##
==========================================
- Coverage 71.40% 70.63% -0.77%
==========================================
Files 149 149
Lines 20032 20054 +22
==========================================
- Hits 14304 14166 -138
- Misses 5728 5888 +160 |
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 is great! Thanks :)
dang! i accidentally pressed merged while i just wanted to update the branch. i'm very sorry. i'm gonna test this on the instrument tomorrow. in the meantime if you have any review comments let me know, i will fix them in another PR. |
tested on the instrument and it does work. also the master branch build successfully. so the merge of this branch luckily actually went well :) |
B1500: Add measurement status to current/voltage parameters of B1517A SMU for spot measurements
No description provided.