diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-16 15:33:28 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-16 15:33:28 -0400 |
commit | c5339a607ccfc97f484cd97f9e37a161438c9c25 (patch) | |
tree | 58d48e074d8aed25202f60b91201bc57cd4684ef /qolab | |
parent | bac0b670dec4d5fe998f4029c6314f3c7de8ea7e (diff) | |
download | qolab-c5339a607ccfc97f484cd97f9e37a161438c9c25.tar.gz qolab-c5339a607ccfc97f484cd97f9e37a161438c9c25.zip |
fixed formatting of doc string
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/hardware/multimeter/bk_5491.py | 2 |
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 |