diff options
Diffstat (limited to 'qolab/hardware/scope')
-rw-r--r-- | qolab/hardware/scope/_basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/_basic.py b/qolab/hardware/scope/_basic.py index 914f009..fde7bfc 100644 --- a/qolab/hardware/scope/_basic.py +++ b/qolab/hardware/scope/_basic.py @@ -107,7 +107,7 @@ class Scope(BasicInstrument): """Either enable run or stop the acquisition.""" raise NotImplementedError("setRun function is not implemented") - def _waitUntillStop(self, timeout=0.1): + def _waitUntillStop(self, timeout=1): """Wait until scope in the stop state. Just because we ask for a scope to stop, does not mean |