ctb bug fix: slow adcs incorrect mv read out, needed clk down and usleep before reading

This commit is contained in:
2020-02-27 09:16:22 +01:00
parent 90acd51389
commit 8c8032dc69
6 changed files with 21 additions and 14 deletions

View File

@ -1036,7 +1036,7 @@ class Detector {
Result<int> getMeasuredCurrent(defs::dacIndex index,
Positions pos = {}) const;
/** [CTB] Options: SLOW_ADC0 - SLOW_ADC7 */
/** [CTB] Options: SLOW_ADC0 - SLOW_ADC7 in mV */
Result<int> getSlowADC(defs::dacIndex index, Positions pos = {}) const;
/** [CTB]*/