aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/multimeter/hp_34401.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 01:00:19 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 01:00:19 -0400
commitde16692f4b27daf178bad150027a99b1217a6f95 (patch)
tree241810f690866c0371f979d69f1f356854fea86c /qolab/hardware/multimeter/hp_34401.py
parent5179ee552c89fc808fd3cfcb4a2911146e6acb09 (diff)
downloadqolab-de16692f4b27daf178bad150027a99b1217a6f95.tar.gz
qolab-de16692f4b27daf178bad150027a99b1217a6f95.zip
better comment
Diffstat (limited to 'qolab/hardware/multimeter/hp_34401.py')
-rw-r--r--qolab/hardware/multimeter/hp_34401.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/qolab/hardware/multimeter/hp_34401.py b/qolab/hardware/multimeter/hp_34401.py
index 36d862c..673c81a 100644
--- a/qolab/hardware/multimeter/hp_34401.py
+++ b/qolab/hardware/multimeter/hp_34401.py
@@ -96,10 +96,11 @@ class HP_34401(MultimeterSCPI):
no_setter=True,
)
- # HP 34401 is tricky
+ # HP 34401 is tricky:
# when reading over serial interface the value of measurement/function,
- # the device need to be switched to REMOTE mode, but this leaves screen blank and unusable
- # so we have to do the dance with toRemote and toLocal
+ # the device need to be switched to REMOTE mode.
+ # But this leaves screen blank and unusable.
+ # So we have to do the dance with toRemote and toLocal.
def getReadingWithSettingFunction(
self, desired_function_string, function_internal_name
):