Script execution

This commit is contained in:
gac-x10da
2019-03-19 16:07:07 +01:00
parent cd77f40892
commit 1d144e83ff

View File

@@ -53,9 +53,9 @@ for det in detectors:
#Pseudo-devices
class Roi1Off(Readable, ReadableArray):
def read(self):
before_sample()
DELAY.write(DelayOff)
time.sleep(0.1)
before_sample()
self.cache = caget(ROI1_On.channelName, '[d')
return self.cache