diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-10-13 15:13:22 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-10-13 15:13:22 -0400 |
commit | abafaeca313331a61ddb89ef581c742ba8811ed1 (patch) | |
tree | a1d7a695e17d9aefb56ef7f991d9375f5dadd92f /qolab/hardware | |
parent | 4477869712bd7bbf92fd51ace34c395960839658 (diff) | |
download | qolab-abafaeca313331a61ddb89ef581c742ba8811ed1.tar.gz qolab-abafaeca313331a61ddb89ef581c742ba8811ed1.zip |
add MemoryDepth to scope properties
Diffstat (limited to 'qolab/hardware')
-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): |