aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 00:22:34 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 00:22:34 -0400
commita52f654fa71d2ac9478047aadfbea6b696a2f39f (patch)
tree1c5a4dc9b8c9a2177be6983d6f81f91b3cc6b46f
parentf39d1fb8282ffe24ed915052cd628214dc83443a (diff)
downloadqolab-a52f654fa71d2ac9478047aadfbea6b696a2f39f.tar.gz
qolab-a52f654fa71d2ac9478047aadfbea6b696a2f39f.zip
impoved doc string
-rw-r--r--qolab/hardware/scope/sds1104x.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qolab/hardware/scope/sds1104x.py b/qolab/hardware/scope/sds1104x.py
index 8b72e1f..9f0b502 100644
--- a/qolab/hardware/scope/sds1104x.py
+++ b/qolab/hardware/scope/sds1104x.py
@@ -11,7 +11,8 @@ import scipy.signal
from pyvisa.constants import InterfaceType
class SDS1104X(ScopeSCPI):
- """ Siglent SDS1104x scope """
+ """Siglent SDS1104x scope"""
+
# SDS1104x has actually 8 divisions but its behave like it has 10,
# the grabbed trace has more points outside what is visible on the screen
vertDivOnScreen = 10