fixed daclist setter

This commit is contained in:
Erik Frojdh
2022-03-24 17:46:20 +01:00
parent 589124845a
commit b112cf81c4
2 changed files with 5 additions and 1 deletions

View File

@ -1578,6 +1578,10 @@ class Detector(CppDetectorApi):
"""
return self.getDacNames()
@daclist.setter
def daclist(self, value):
self.setDacNames(value)
@property
def dacvalues(self):
"""Gets the dac values for every dac for this detector."""