Script execution

This commit is contained in:
x03daop
2016-05-25 15:01:17 +02:00
parent bc92732d62
commit 109aa03322

View File

@@ -26,7 +26,7 @@ set_adc_averaging()
set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
try:
ascan(MOTORS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, RELATIVE, zigzag = ZIGZAG, before_read=before_readout, after_read = after_readout)
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)
finally:
if ENDSCAN:
after_scan()