diff options
Diffstat (limited to 'qolab')
-rw-r--r-- | qolab/hardware/scpi.py | 6 |
1 files changed, 4 insertions, 2 deletions
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. "<prefix><firstSeparator><numberString><unit> where + + Often an instrument reply is in the form 'TDIV 2.00E-08S' + (for example Siglent Scope). + I.e. "<prefix><firstSeparator><numberString><unit> where prefix='TDIV', firstSeparator=' ', numberString='2.00E-08', unit='S' Parameters |