From 88d42bae032bd5a064f0d5fdb920a06e2703a78d Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 14 Jul 2024 01:21:22 -0400 Subject: impoved doc string --- qolab/hardware/scpi.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qolab') diff --git a/qolab/hardware/scpi.py b/qolab/hardware/scpi.py index 91e7cc1..4ba9d49 100644 --- a/qolab/hardware/scpi.py +++ b/qolab/hardware/scpi.py @@ -16,8 +16,10 @@ logger.setLevel(logging.INFO) def response2numStr(strIn, firstSeparator=None, unit=None): """Parses non standard SCPI reply. - Often an instrument reply is in the form 'TDIV 2.00E-08S' (for example Siglent Scope) - i.e. " where + + Often an instrument reply is in the form 'TDIV 2.00E-08S' + (for example Siglent Scope). + I.e. " where prefix='TDIV', firstSeparator=' ', numberString='2.00E-08', unit='S' Parameters -- cgit v1.2.3