Script execution

This commit is contained in:
2017-09-05 16:17:13 +02:00
parent ee62e5d5ba
commit 7db37ead0b
+2 -2
View File
@@ -13,7 +13,7 @@ print "datetime.now", dt
#caput ("X12SA-OP-BPM6:Acquire", "Stop") #stops the acquisition
pico_amp_6.stop()
#pico_amp_6.stop()
#to configure measuring parameters:
caget ("X12SA-OP-BPM6:AcquireMode")
@@ -41,7 +41,7 @@ caget ("X12SA-OP-BPM6:Resolution")
caget ("X12SA-OP-BPM6:TS:TSAveragingTime") #for acq. 6.5 kHz"
#time.sleep(1.0)
pico_amp_6.start()
#pico_amp_6.start()
dt = datetime.now()
print "datetime.now", dt