From c5339a607ccfc97f484cd97f9e37a161438c9c25 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 16 Jul 2024 15:33:28 -0400 Subject: fixed formatting of doc string --- qolab/hardware/multimeter/bk_5491.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qolab') 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 -- cgit v1.2.3