Script execution

This commit is contained in:
gac-x04sa
2018-10-30 18:25:53 +01:00
parent 40e0433ad3
commit 3836a2d94b

View File

@@ -35,7 +35,7 @@ class ImageCorrectedIntensity(DeviceBase, Readable):
class ImageMatrix(ReadonlyRegisterBase, ReadonlyRegisterMatrix):
def __init__(self, image):
DeviceBase.__init__(self, image.name + "Matrix")
DeviceBase.__init__(self, "Matrix")
self.setParent(image)
def doRead(self):