Fix stop readout #162
Compare changes
+ 7
− 3
@@ -581,9 +581,10 @@ class ScanBase(object):
@@ -597,6 +598,9 @@ class ScanBase(object):
This addresses issue #162 (closed).
The stop_readout
function is fixed and now called in scan_ext_trigger.py.
Additionally, the readout contextmanager was fixed, as indicated by @jjanssen. Thank you again!