confadc added to client, removed conf adc depending on burst mode

This commit is contained in:
2020-07-15 13:30:30 +02:00
parent 7752b86d97
commit d7f490701b
12 changed files with 335 additions and 73 deletions

View File

@ -1023,6 +1023,14 @@ class Detector {
/** [Gotthard2] */
void setVeto(const bool enable, Positions pos = {});
/** [Gotthard2] */
Result<int> getADCConfiguration(const int chipIndex, const int adcIndex,
Positions pos = {}) const;
/** [Gotthard2] */
void setADCConfiguration(const int chipIndex, const int adcIndex,
const int value, Positions pos = {});
/**************************************************
* *
* Mythen3 Specific *