Script execution

This commit is contained in:
x03daop
2016-08-05 14:14:50 +02:00
parent eff84d710b
commit 908cf2499c

View File

@@ -121,10 +121,10 @@ try:
# ManipulatorPhi.move(azi_range[ll])
# for nn in range(len(angle_range)):
tic = time.time()
ManipulatorTheta.move(angle_range[nn])
# ManipulatorTheta.move(angle_range[nn])
# print 'current theta is ', ManipulatorTheta.take(), ' and current azimuth is ' , ManipulatorPhi.take()
# Scienta.getStepTime().write(angle_time[nn])
# sleep(1)
Scienta.getStepTime().write(angle_time[nn])
sleep(1)
vscan(Eph, SENSORS, VECTOR, True, LATENCY,False, before_read=wait_beam, after_read = after_readout)
toc = time.time()
tictoc = round((toc-tic)/60*100)/100