Skip to main content

Python3 AsyncIO Linux GPIB wrapper

Project description

pylint PyPI PyPI - Python Version PyPI - Status License: GPL v3 code style

async_gpib

Python3 asyncio Linux GPIB Wrapper. The library requires Python asyncio and is a thin wrapper for the threaded Linux GPIB Wrapper library.

The library is fully type-hinted.

Supported Devices

Instruments

Device Supported Tested Comments
Fluke 5440B :heavy_check_mark: :heavy_check_mark:
HP 3478A :heavy_check_mark: :heavy_check_mark:

Setup

There are currently no packages for Linux GPIB available on all platforms. To install the library it is required to install Linux GPIB.

Linux GPIB:

These instructions are for Ubuntu:

sudo apt install subversion build-essential autoconf libtool flex bison python3-dev
svn checkout svn://svn.code.sf.net/p/linux-gpib/code/trunk linux-gpib-code
cd ~/linux-gpib-code/linux-gpib-kernel
make
sudo make install  # ignore the signing errors
sudo groupadd gpib  # seems not to be installed
sudo modprobe ni_usb_gpib
cd ~/linux-gpib-code/linux-gpib-user
./bootstrap
./configure --sysconfdir=/etc
make
sudo make install
sudo ldconfig

Linux GPIB Python module:

Once Linux GPIB is installed, you can either install the python package or use the gpib-ctypes package.

python3 -m venv env  # virtual environment, optional
source env/bin/activate
pip install -e ~/linux-gpib-code/linux-gpib-user/language/python/

async_gpib Python module

The package can be directly installed via Pypi:

python3 -m venv env  # virtual environment, optional
source env/bin/activate
pip install async-gpib

Usage

Initialize the GPIB adapter

from async_gpib import AsyncGpib

# Create a controller and talk to device address 22
async with AsyncGpib(name=0, pad=22) as gpib_device:
    # Add your code here
    ...

See examples/ for more working examples.

Support for Multiple Devices

:warning: Concurrency with multiple devices: Note, that when using a single adapter to control multiple devices, there is no concurrency on the GPIB bus. This means, there is no speed increase, when making asynchronous reads from multiple devices on the bus regarding the transfer time.

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Documentation

I use the Numpydoc style for documentation.

Authors

License

This project is licensed under the GPL v3 license - see the LICENSE file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

async_gpib-2.1.3.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

async_gpib-2.1.3-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file async_gpib-2.1.3.tar.gz.

File metadata

  • Download URL: async_gpib-2.1.3.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for async_gpib-2.1.3.tar.gz
Algorithm Hash digest
SHA256 4fd4fe9ba9ddcf75023bfc7195afb06c5fc40a0245fb71ce942e5dcdd0e58472
MD5 aee91f735b3f2380f2b2d31612c61744
BLAKE2b-256 e3141ec925d8b6fc12a02e107235c687f2d927006e29ce6bb59cb283b63497b1

See more details on using hashes here.

File details

Details for the file async_gpib-2.1.3-py3-none-any.whl.

File metadata

  • Download URL: async_gpib-2.1.3-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for async_gpib-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bc2e9a81cb7ef46fdb0bab3f6a5284ae651263fdcdfffea438390a6428103d0d
MD5 5236528d4c0adc11fd131b212ed8ffad
BLAKE2b-256 feb94783ea86a7bab4f353c9fb3b6fcfcf847bf3039bc8e6b61754451277cde8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page