Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user