mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 16:27:13 +02:00
New interface for PLL reconfig of Junfraus server; moved some_fifo_full_bit and added stopped status
This commit is contained in:
@ -2176,6 +2176,8 @@ dacs_t slsDetector::setDAC(dacs_t val, dacIndex index, int mV, int imod){
|
||||
int ret=FAIL;
|
||||
char mess[100];
|
||||
int arg[3];
|
||||
if ( (thisDetector->myDetectorType != GOTTHARD) && index==HV_POT)
|
||||
index=HV_NEW;
|
||||
arg[0]=index;
|
||||
arg[1]=imod;
|
||||
arg[2]=mV;
|
||||
|
Reference in New Issue
Block a user