-
Notifications
You must be signed in to change notification settings - Fork 316
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
Update agilent drivers to conform to docs standard #4371
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4371 +/- ##
==========================================
- Coverage 68.38% 68.36% -0.02%
==========================================
Files 283 276 -7
Lines 31043 31024 -19
==========================================
- Hits 21229 21210 -19
Misses 9814 9814 |
05f5a6b
to
f3e3704
Compare
c61340e
to
dea02a6
Compare
dea02a6
to
2bd6d6e
Compare
Deprecate and give better name for output param
…ake str as well as number types
2bd6d6e
to
afe0f4a
Compare
I tested with an E8257D unit that the new driver works, I tried |
@mgunyho Thanks bors merge |
Updates to implement #4368 for Agilent. Closes #4365
@mgunyho Could you test the new driver. I have updated the name of the variable and gotten rid of the not needed deg2rad converters and replaced them with numpy
I also suggest that we get rid of the autogenerated docs for the instruments and replace them with something like this.
I would like to add autodocsumm for these modules but am facing the same issue as in #4273