* added api in detector class for adcvpp, taken out of dac list
This commit is contained in:
Dhanya Thattil
2022-10-20 10:58:56 +02:00
committed by GitHub
parent af300e0276
commit b7cdfbb4d2
8 changed files with 65 additions and 14 deletions

View File

@ -14,7 +14,6 @@ pycmd = dir(Detector)
# dacs are in general not included in the python commands and we expect to
# set them from the specialized class or using an enum
dacs = [
'adcvpp',
'iodelay',
'list',
'rxb_lb',