Script execution

This commit is contained in:
gac-x03da
2019-06-18 14:45:33 +02:00
parent 66f0845639
commit aa87676692
+3 -3
View File
@@ -32,10 +32,10 @@ try:
line = True,
latency=SETTLING_TIME,
domain_axis = "Index",
enabled_plots = POSITIONERS + SENSORS
enabled_plots = POSITIONERS + SENSORS,
before_read = before_readout,
after_read = after_readout)
)
after_read = after_readout
)
finally:
if ENDSCAN:
after_scan()