diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 01:00:19 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-14 01:00:19 -0400 |
commit | de16692f4b27daf178bad150027a99b1217a6f95 (patch) | |
tree | 241810f690866c0371f979d69f1f356854fea86c /qolab/hardware | |
parent | 5179ee552c89fc808fd3cfcb4a2911146e6acb09 (diff) | |
download | qolab-de16692f4b27daf178bad150027a99b1217a6f95.tar.gz qolab-de16692f4b27daf178bad150027a99b1217a6f95.zip |
better comment
Diffstat (limited to 'qolab/hardware')
-rw-r--r-- | qolab/hardware/multimeter/hp_34401.py | 7 |
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 ): |