aboutsummaryrefslogtreecommitdiff
path: root/examples/lock_eit.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lock_eit.py')
-rw-r--r--examples/lock_eit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py
index 13f03d3..858eab7 100644
--- a/examples/lock_eit.py
+++ b/examples/lock_eit.py
@@ -232,7 +232,7 @@ async def record_magnetometer_noise(apparatus):
scope.setRoll(True)
await asyncio.sleep(tperdiv*14 + 1)
- errorTr=scope.getTrace(1)
+ errorTr=scope.getTrace(1, maxRequiredPoints=10000)
errorTr.config['label'] = 'error vs time'
errorTr.y.config['label'] = 'error'
log = errorTr