Script execution

This commit is contained in:
gac-x04sa
2018-11-06 11:14:28 +01:00
parent f2441476d3
commit acfad37cee

View File

@@ -5,7 +5,7 @@ def trigger_pilatus(position, scan):
if count_time>0:
pixel.set_expose(count_time)
pixel.start()
pixel.wait_finished(10.0)
pixel.wait_finished(30.0)
finally:
close_shutter()