mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 17:10:03 +02:00
Merge pull request #368 from slsdetectorgroup/m3vthreshold
fix for m3 crash
This commit is contained in:
commit
6aa8eff6ea
Binary file not shown.
Binary file not shown.
@ -43,7 +43,7 @@ enum DACINDEX {
|
||||
#define DAC_NAMES \
|
||||
"VSvP", "Vtrim", "Vrpreamp", "Vrshaper", "VSvN", "Vtgstv", "Vcmp_ll", \
|
||||
"Vcmp_lr", "Vcal", "Vcmp_rl", "rxb_rb", "rxb_lb", "Vcmp_rr", "Vcp", \
|
||||
"Vcn", "Vishaper"
|
||||
"Vcn", "Vishaper", "Vthreshold"
|
||||
#define DEFAULT_DAC_VALS \
|
||||
{ \
|
||||
0, /* VSvP */ \
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -95,7 +95,7 @@ enum DACINDEX {
|
||||
#define DAC_NAMES \
|
||||
"vcassh", "vth2", "vrshaper", "vrshaper_n", "vipre_out", "vth3", "vth1", \
|
||||
"vicin", "vcas", "vrpreamp", "vcal_n", "vipre", "vishaper", "vcal_p", \
|
||||
"vtrim", "vdcsh"
|
||||
"vtrim", "vdcsh", "vthreshold"
|
||||
#define DEFAULT_DAC_VALS \
|
||||
{ \
|
||||
1200, /* casSh */ \
|
||||
|
@ -6,10 +6,10 @@
|
||||
#define APIRECEIVER 0x211124
|
||||
#define APIGUI 0x211124
|
||||
|
||||
#define APICTB 0x220131
|
||||
#define APIGOTTHARD 0x220131
|
||||
#define APIGOTTHARD2 0x220131
|
||||
#define APIJUNGFRAU 0x220131
|
||||
#define APIMYTHEN3 0x220131
|
||||
#define APIMOENCH 0x220131
|
||||
#define APIEIGER 0x220131
|
||||
#define APICTB 0x220203
|
||||
#define APIGOTTHARD 0x220203
|
||||
#define APIGOTTHARD2 0x220203
|
||||
#define APIJUNGFRAU 0x220203
|
||||
#define APIMYTHEN3 0x220203
|
||||
#define APIMOENCH 0x220202
|
||||
#define APIEIGER 0x220203
|
||||
|
Loading…
x
Reference in New Issue
Block a user