aboutsummaryrefslogtreecommitdiff
path: root/qolab
diff options
context:
space:
mode:
Diffstat (limited to 'qolab')
-rw-r--r--qolab/hardware/multimeter/bk_5491.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/hardware/multimeter/bk_5491.py b/qolab/hardware/multimeter/bk_5491.py
index 05e0a05..a4ebcf3 100644
--- a/qolab/hardware/multimeter/bk_5491.py
+++ b/qolab/hardware/multimeter/bk_5491.py
@@ -66,7 +66,7 @@ class BK_5491(Multimeter):
"""
Send command to instrument or query it readings (which is also a command)
- BK_5491 is not a SCPI instrument, so we get some replies (prompts *>, =>, etc)
+ BK_5491 is not a SCPI instrument, so we get some replies (prompts ``*>``, ``=>``, etc)
even if we just send a command not a query. So we have to work around this.
"""
self.resource.read_bytes(self.resource.bytes_in_buffer) # clear read buffer