aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
):