* Relaxed error checking to account for different "No error" responses from different instrument vendors. Updated comments.
2023.04.0
----------------------
* Added error checking syntax for UXR scopes. Added an argument in the ``SocketInstrument`` constructor to allow user to decide if verbose error checking will be attempted.
2022.08.0
----------------------
* Renamed ``binblockwrite()``, ``binblockread()``, and ``disconnect()`` to ``write_binary_values()``, ``read_binary_values()``, and ``close()``, respectively, to match the function calls in PyVISA.
2020.05.0
----------------------
* Adjusted the error checking for the ``.query()`` method to account for SCPI queries that require additional arguments.
2020.04.0
----------------------
* Added a ``.read()`` method. Wrote test scripts to verify performance. Overhauled documentation. Switched to calendar-style versioning.
0.0.4
------------------
* Updated syntax for binblockread to mimic that of PyVISA. Created documentation.