Closedown

This commit is contained in:
sfop
2016-08-23 15:50:30 +02:00
parent 4c6c8243f3
commit 180b98f35d

View File

@@ -54,6 +54,7 @@ class CamTool(DeviceBase):
self.waitForChannel(self.data_prefix + "image.shape",20)
self.stop()
self.timestamp = Channel(self.data_prefix + "timestamp",type = 'd', alias = name + " timestamp") #[D1, D2, ...]
self.timestamp.set_monitored(True)
self.com_x = Channel(self.data_prefix + "x_stats.com", alias = name + " com x")
self.com_y = Channel(self.data_prefix + "y_stats.com", alias = name + " com y")
self.profile_x = Channel(self.data_prefix + "profile.x", alias = name + " profile x")