From dff233f6b7c2c1fe449cbffd899b597c12b8aaa7 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 16 Jul 2024 15:47:04 -0400 Subject: shorten doc line to squash linter complains --- qolab/hardware/multimeter/bk_5491.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qolab') 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 -- cgit v1.2.3