Script execution

This commit is contained in:
gac-x03da
2019-05-01 11:40:50 +02:00
parent aafbb04fba
commit fd29074ef1

View File

@@ -25,5 +25,6 @@ def trig():
#set_adc_averaging(dwelltime=DWELL)
#set_exec_pars(compression=True, shuffle=True)
set_exec_pars(compression=True)
#lscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, before_read=trig, after_read=after_readout)
cscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, time=TOTAL_TIME, after_read=after_readout, check_positions = False)