From abafaeca313331a61ddb89ef581c742ba8811ed1 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 13 Oct 2024 15:13:22 -0400 Subject: add MemoryDepth to scope properties --- qolab/hardware/scope/sds800xhd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qolab/hardware') 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): -- cgit v1.2.3