Script execution

This commit is contained in:
x03daop
2016-09-12 09:58:25 +02:00
parent d0b867a13a
commit 947732782e
+5 -5
View File
@@ -33,14 +33,14 @@ try:
#vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)
# N-N
ManipulatorPhi.move(-8.9)
ManipulatorTilt.move(+0.5)
Scienta.getStepTime().write(0.824)
vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)
#ManipulatorPhi.move(-8.9)
#ManipulatorTilt.move(+0.5)
#Scienta.getStepTime().write(0.824)
#vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)
# B-Cu
VECTOR = [[218.0 + i * 2.5, 19.0 + i * 2.5, 29.0 + i * 2.5] for i in range(121)]
ManipulatorPhi.move(+21.1)
ManipulatorPhi.move(-8.9)
ManipulatorTilt.move(+25.5)
Scienta.getStepTime().write(1.47)
vscan(writables, SENSORS, VECTOR, True, LATENCY, False, before_read=before_readout, after_read = after_readout)