diff options
-rw-r--r-- | qolab/hardware/scope/sds800xhd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/hardware/scope/sds800xhd.py b/qolab/hardware/scope/sds800xhd.py index eee6bc9..f361fcf 100644 --- a/qolab/hardware/scope/sds800xhd.py +++ b/qolab/hardware/scope/sds800xhd.py @@ -37,6 +37,7 @@ class SDS800XHD(SDS1104X): self.numberOfChannels = 4 self.maxRequiredPoints = 1000 # desired number of points per channel, can return twice more + self.deviceProperties.update({"MemoryDepth"}) @BasicInstrument.tsdb_append def getTimePerDiv(self): |