Script execution

This commit is contained in:
2017-09-26 12:53:49 +02:00
parent fc88cfdfce
commit aafc78d459
+1 -1
View File
@@ -10,7 +10,7 @@ dt = datetime.now()
print "datetime.now at start", dt
caputq ("X12SA-OP-BPM6:Acquire", "Stop") #stops the acquisition
caput ("X12SA-OP-BPM6:Acquire", "Stop") #stops the acquisition
#pico_amp_6.stop()
dt = datetime.now()
print "time after stopping", dt