Script execution
This commit is contained in:
@@ -53,14 +53,14 @@ class PicoAmp(DeviceBase, Stoppable):
|
||||
self.ts_maxx4, self.ts_sigma4
|
||||
])
|
||||
def start(self):
|
||||
stop()
|
||||
caput(self.prefix + "Acquire", "Acquire")
|
||||
caput(self.prefix + "Current1:TSControl", "Erase/Start")
|
||||
caput(self.prefix + "Current2:TSControl", "Erase/Start")
|
||||
caput(self.prefix + "Current3:TSControl", "Erase/Start")
|
||||
stop()
|
||||
caputq(self.prefix + "Acquire", "Acquire")
|
||||
caputq(self.prefix + "Current1:TSControl", "Erase/Start")
|
||||
caputq(self.prefix + "Current2:TSControl", "Erase/Start")
|
||||
caputq(self.prefix + "Current3:TSControl", "Erase/Start")
|
||||
caputq(self.prefix + "Current4:TSControl", "Erase/Start")
|
||||
|
||||
def stop(self):
|
||||
def stop(self):
|
||||
caputq(self.prefix + "Acquire", "Stop")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user