-
Notifications
You must be signed in to change notification settings - Fork 0
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
overbias_det causing overheating problem on MXC #394
Comments
Hi Yaqiong, Setting to high-curret-mode is pretty necessary for overbiasing dets, since that is what actually pushes the dets into the normal regime, however a few hundred mK is much more that we usually see. Usually if we see this much heating, it is a sign that there is a bias short somewhere, and its dumping power somewhere it shouldn't be. Can you test one bg at a time to see if this is being caused by a single bias-line? If this is the case you may need to remove that bias-line from |
Hi Jack, We are testing LP4 so our overbiasing voltage is only 18V, which could be achieved by low current mode. The thing I found confusing is that running but sodetlib's In both cases, they are using bias_groups=1,2,3,5 |
understood, I'm definitely in support of adding a cfg option |
Hello,
We recently found that overbias_det in util.py giving us a huge problem that overheats the MXC to a few hundreds of mK or even 1K.
We narrow down the problem to line 857
set_current_mode(S, bias_groups, 1, const_current=False)
I'm not really sure how set_current_mode works since there's something related to relay etc, but once we commented out this line, or change to
set_current_mode(S, bias_groups, 0, const_current=False)
, everything go back to normal.The text was updated successfully, but these errors were encountered: