From ab6460c9925aa196207bf42091d8c0df808b4bb6 Mon Sep 17 00:00:00 2001 From: Patrick Baus Date: Fri, 29 Jul 2022 08:20:03 +0200 Subject: [PATCH] Updated the driver documentation. --- doc/source/examples.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/examples.rst b/doc/source/examples.rst index e1e9def..31bccfc 100644 --- a/doc/source/examples.rst +++ b/doc/source/examples.rst @@ -1,10 +1,12 @@ Examples ======== -The HP 3478A requires a GPIB connection and a supported driver. This can be either one the drivers -supported by `Linux Gpib `_ or a -`Prologix Ethernet adapter `_. +The HP 3478A requires a GPIB connection and a supported driver. Currently two drivers are supported by the HP 3478A +driver: `Linux Gpib `_ or +`Prologix Ethernet adapter `_. Linux GPIB supports +`several `_ +different hardware solutions. -The drivers can be found here: +The Python asyncio drivers can be found here: * `Linux Gpib Wrapper `_ * `Prologix asyncio driver `_