Closedown

This commit is contained in:
x03daop
2016-04-05 17:26:40 +02:00
parent 36bc8f9892
commit f588f10b66
4 changed files with 13 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ set_adc_averaging()
set_preference(Preference.PLOT_TYPES, {'Scienta spectrum':1})
try:
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=trig_scienta, after_read = after_readout)
lscan(MOTOR, SENSORS, RANGE[0], RANGE[1], STEPS, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout)
finally:
if ENDSCAN:
after_scan()