aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope/sds1104x.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-16 21:52:09 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-16 21:52:09 -0400
commit2e6e889a01c19ba30010e68ad8e1ea34e7e877ab (patch)
treeb712779961a0016d4b5efb93da178cc9b8eb6ad8 /qolab/hardware/scope/sds1104x.py
parent6c7b08d9bd42be05d545d277f74029aa86ab41fe (diff)
downloadqolab-2e6e889a01c19ba30010e68ad8e1ea34e7e877ab.tar.gz
qolab-2e6e889a01c19ba30010e68ad8e1ea34e7e877ab.zip
refactor scopes to avoid circular loads
Diffstat (limited to 'qolab/hardware/scope/sds1104x.py')
-rw-r--r--qolab/hardware/scope/sds1104x.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py
index 0b9bd32..c79c591 100644
--- a/qolab/hardware/scope/sds1104x.py
+++ b/qolab/hardware/scope/sds1104x.py
@@ -3,7 +3,7 @@ Created by Eugeniy E. Mikhailov 2021/11/29
"""
from qolab.hardware.basic import BasicInstrument
-from qolab.hardware.scope import ScopeSCPI
+from ._basic import ScopeSCPI
from qolab.hardware.scpi import response2numStr
from qolab.data.trace import Trace, TraceXY
import numpy as np