Closedown

This commit is contained in:
sfop
2016-08-31 17:59:17 +02:00
parent 80303536af
commit 3bc577e9e9

View File

@@ -41,6 +41,7 @@ class CamTool(DeviceBase):
self.prefix = prefix
self.latch = latch
self.egu = egu
self.gauss=gauss
self.mode = "latch" if latch else "pipeline"
self.data_prefix = prefix + self.mode + "."
self.cam_run = create_channel_device(prefix + "camera.run", type='i', size=None, deviceName=name + " run") # Channel(prefix + "camera.run", alias = name + " run")