Skip to content

Commit

Permalink
Merge pull request #60 from lsst-camera-dh/LSSTTD-1421_update_REB_cur…
Browse files Browse the repository at this point in the history
…rent_limits

update to digital.IbefLDO upper limit from Yousuke
  • Loading branch information
jchiang87 authored Jul 22, 2019
2 parents 144325a + d94be71 commit 5743187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rebCurrentLimits.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, rebps, ts8):
self.ts8 = ts8
self.logger = rebps.logger
#- new values and change to IbefLDO
self['DigI'] = ChannelLimits('digital.IbefLDO', 450., 560., 100.)
self['DigI'] = ChannelLimits('digital.IbefLDO', 450., 570., 100.)
self['AnaI'] = ChannelLimits('analog.IbefLDO', 500., 660., 50.)
#- setting ClkHI anomolously high for REB4 board on aliveness bench
self['ClkHI'] = ChannelLimits('clockhi.IbefLDO', 80., 180., 25.)
Expand Down

0 comments on commit 5743187

Please sign in to comment.