-
Notifications
You must be signed in to change notification settings - Fork 321
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
Alazar drivers cleanup #2301
Alazar drivers cleanup #2301
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2301 +/- ##
==========================================
+ Coverage 62.02% 62.10% +0.08%
==========================================
Files 199 199
Lines 26091 26057 -34
==========================================
+ Hits 16182 16184 +2
+ Misses 9909 9873 -36 |
bc0e82f
to
4aa278c
Compare
4aa278c
to
0cc676c
Compare
for i in ['1', '2']: | ||
self.add_parameter(name='coupling' + i, | ||
get_cmd=None, | ||
for i in range(1, self.channels+1): |
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 channels is missing to be defined.
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.
No the default value of 2 is set in the super class AlazarTech_ATS
@astafan8 could you have a look too? |
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, much cleaner!
Co-authored-by: Mikhail Astafev <[email protected]>
This should be tested on an actual device