mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-17 04:38:41 +01:00
fixed daclist setter
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user