Skip to content

Commit

Permalink
Merge pull request #81 from OSU-CMS/fix_croctemperature
Browse files Browse the repository at this point in the history
fixing nClkDelays value for CROCs
  • Loading branch information
mlj5j authored Jun 20, 2023
2 parents c4dd50d + 2fff077 commit 20ca008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Configuration/Settings/HWSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
HWSettingsB_NoiseScan["nEvents"] = 1e7
HWSettingsB_NoiseScan["nEvtsBurst"] = 1e4
HWSettingsB_NoiseScan["INJtype"] = 0
HWSettingsB_NoiseScan["nClkDelays"] = 10
HWSettingsB_NoiseScan["nClkDelays"] = 70
HWSettingsB_NoiseScan["nTRIGxEvent"] = 1

HWSettingsB_SCurve = copy.deepcopy(HWSettingsB_v49)
Expand All @@ -193,7 +193,7 @@
HWSettingsB_ThresMin["nEvents"] = 1e7
HWSettingsB_ThresMin["nEvtsBurst"] = 1e4
HWSettingsB_ThresMin["INJtype"] = 0
HWSettingsB_ThresMin["nClkDelays"] = 10
HWSettingsB_ThresMin["nClkDelays"] = 70
HWSettingsB_ThresMin["ThrStart"] = 370
HWSettingsB_ThresMin["nTRIGxEvent"] = 1

Expand Down
2 changes: 1 addition & 1 deletion Configuration/XMLUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def __init__(self,boardtype):
self.Enable="1"
else:
self.Enable="1"
self.SleepTime=5000
self.SleepTime=10000
self.MonitoringList = {}
def SetType(self, Type):
self.Type=Type
Expand Down

0 comments on commit 20ca008

Please sign in to comment.