aboutsummaryrefslogtreecommitdiff
path: root/qolab
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-10-13 15:14:41 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-10-13 15:14:41 -0400
commit0e56b48e00394faadf084963445405be56b820e5 (patch)
treec8982f98c730d8ff1e913f8738aaa84a721e39fc /qolab
parentabafaeca313331a61ddb89ef581c742ba8811ed1 (diff)
downloadqolab-0e56b48e00394faadf084963445405be56b820e5.tar.gz
qolab-0e56b48e00394faadf084963445405be56b820e5.zip
added sds800xhd scope class to hardware scopes
Diffstat (limited to 'qolab')
-rw-r--r--qolab/hardware/scope/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qolab/hardware/scope/__init__.py b/qolab/hardware/scope/__init__.py
index ec0c8f1..e0e2f7a 100644
--- a/qolab/hardware/scope/__init__.py
+++ b/qolab/hardware/scope/__init__.py
@@ -4,5 +4,6 @@ Provide basic classes to operate scopes
from .sds1104x import SDS1104X
from .sds2304x import SDS2304X
+from .sds800xhd import SDS800XHD
-__all__ = ["SDS1104X", "SDS2304X"]
+__all__ = ["SDS1104X", "SDS2304X", "SDS800XHD"]