Closedown

This commit is contained in:
x03daop
2016-05-25 16:46:12 +02:00
parent 0833907a1b
commit 9cd4eaa48c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ set_adc_averaging()
set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
try:
ascan((ManipulatorY, ManipulatorZ), SENSORS, (-0.10-0.25, 115.20-0.25), (-0.10+0.25, 115.20+0.25), (11, 11), LATENCY, RELATIVE, zigzag = ZIGZAG, before_read=before_readout, after_read = after_readout)
ascan((ManipulatorY, ManipulatorZ), SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, RELATIVE, zigzag = ZIGZAG, before_read=before_readout, after_read = after_readout)
finally:
if ENDSCAN:
after_scan()