Examples ======== 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 Python asyncio drivers can be found here: * `Linux Gpib Wrapper `_ * `Prologix asyncio driver `_ See the basic example below for an implementation using the Prologix driver: Basic Example ------------- .. literalinclude:: ../../examples/simple.py :language: python More Examples ------------- More examples can be found in the `examples folder `_.