-
Notifications
You must be signed in to change notification settings - Fork 322
Fix SR830 lock-in amplifier unit error #7016
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
base: main
Are you sure you want to change the base?
Conversation
@microsoft-github-policy-service agree |
…/Qcodes into fix/SR830-unit-error
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7016 +/- ##
=======================================
Coverage 59.92% 59.92%
=======================================
Files 342 342
Lines 31426 31426
=======================================
Hits 18832 18832
Misses 12594 12594 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@liuyichao82 Could you provide some documentation that the output unit is A (current) Which explicitly says that the output unit of this command is either V or degree. Page 5-15 in this pdf https://www.thinksrs.com/downloads/pdfs/manuals/SR830m.pdf |
Thanks @liuyichao82 I suspect that the qcodes driver does not capture that usecase. If you can find a way to make the driver work better in current mode (while still retaining the functionality in voltage mode) We are happy to merge that. |
I noticed that there is a |
First of all, I need to admit that I made a mistake earlier: when using the SR830 to read, you don't need to consider the transimpedance gain. I believe that the manual's statement that the units returned are always volts is a typo. I tested it with my SR830, and the unit error mentioned earlier will only appear after connecting the instrument and changing input configuration. When connecting the instrument, |
I should add that what I just said about "changing input configuration" refers to manual adjustment through the SR830 front panel rather than using qcodes adjustment. If use the |
Fixed the issue that the units of the parameters "R", "X", "Y" of the SR830 lock-in amplifier were incorrect.
(should be current "A" but were written as voltage "V")