diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-16 15:47:04 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2024-07-16 15:47:04 -0400 |
commit | dff233f6b7c2c1fe449cbffd899b597c12b8aaa7 (patch) | |
tree | dc25c5591a075c614d0abfdab9aaf9a734a9d50f /qolab/hardware/multimeter/bk_5491.py | |
parent | c5339a607ccfc97f484cd97f9e37a161438c9c25 (diff) | |
download | qolab-dff233f6b7c2c1fe449cbffd899b597c12b8aaa7.tar.gz qolab-dff233f6b7c2c1fe449cbffd899b597c12b8aaa7.zip |
shorten doc line to squash linter complains
Diffstat (limited to 'qolab/hardware/multimeter/bk_5491.py')
-rw-r--r-- | qolab/hardware/multimeter/bk_5491.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qolab/hardware/multimeter/bk_5491.py b/qolab/hardware/multimeter/bk_5491.py index a4ebcf3..34d3725 100644 --- a/qolab/hardware/multimeter/bk_5491.py +++ b/qolab/hardware/multimeter/bk_5491.py @@ -66,7 +66,8 @@ 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 |