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