almost done with ctb update, need to do slow adcs, split to moench and ctb

This commit is contained in:
2018-11-30 10:39:26 +01:00
parent c19c787904
commit 8f3f9caf2b
110 changed files with 4526 additions and 14397 deletions

View File

@ -246,7 +246,7 @@ int slsDetectorUsers::setStoragecellStart(int pos, int detPos) {
}
int slsDetectorUsers::setHighVoltage(int i, int detPos) {
return myDetector->setDAC(i, slsDetectorDefs::HV_NEW, 0, detPos);
return myDetector->setDAC(i, slsDetectorDefs::HIGH_VOLTAGE, 0, detPos);
}
int slsDetectorUsers::setFlowControl10G(int i, int detPos) {