Closedown

This commit is contained in:
gac-x12sa
2022-12-23 15:50:30 +01:00
parent c017cacc3f
commit 08a6f3fdfd

View File

@@ -49,6 +49,7 @@ class Array10(DeviceBase, Readable, Cacheable, Readable.ReadableType):
self.devMatrix = Array10Matrix(self.name + "_matrix" )
self.devMatrix.modulo = 1
self.addChild(self.devMatrix)
print "Scripted Array10"
def doInitialize(self):