Skip to content

Commit

Permalink
Increased allowed DAC voltage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Howell committed Feb 14, 2024
1 parent f3f7afc commit 5a6c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/excalibur_detector/control/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ExcaliburDefinitions(object):
FEM_DEFAULT_CHIP_IDS = [1, 2, 3, 4, 5, 6, 7, 8]

FEM_DAC_TARGET_VOLTAGES = {'gnd': 0.65, 'fbk': 0.9, 'cas': 0.85}
FEM_DAC_VOLTAGE_THRESHOLD = 0.005
FEM_DAC_VOLTAGE_THRESHOLD = 0.01

# From page 23 Medipix III manual v19
FEM_DAC_SENSE_CODES = {'gnd': 20, 'fbk': 22, 'cas' : 23}
Expand Down

0 comments on commit 5a6c1a4

Please sign in to comment.