Script execution

This commit is contained in:
gac-x04sa
2018-10-30 10:50:21 +01:00
parent 1661ce5d93
commit 600a3974ef
+1 -1
View File
@@ -128,7 +128,7 @@ class Pixel(DeviceBase, Readable, Readable.IntegerType):
return caget (self.prefix + ":TRIG", 'i')
def start(self):
wait_finished() # Wait until pixel detector is ready
self.wait_finished() # Wait until pixel detector is ready
PIX_EXPOSE = epics_get(PIX_EXPOSE_CHN)
slef.set_trigger ("Inc+Sn+Wr")
self.PIX_EXP_START_TIME = time.time()