Skip to main content

Control module for Bentham Instruments Ltd SCPI devices

Project description

bendev

A crossplatform Python package for communicating with the USB/SCPI-enabled Bentham Instruments hardware devices such as the TLS120Xe. The package uses hidapi to send and receive text based commands and replies using the USB HID protocol.

Compatibility

This software has been tested on Mac OS X, Ubuntu, and Windows, with python 3.8 onwards. It is compatible Bentham Instruments devices with an SCPI over USB HID packet interface.

Installation

pip install bendev

Usage

bendev devices can be instantiated in context managers:

>>> import bendev
>>> with bendev.Device() as dev:
...     print(dev.query("*IDN?"))
"Bentham Instruments Ltd.","MSH150_RD_Direct","99999/9","1.2.53"

or normally:

>>> import bendev
>>> my_tls = bendev.Device()
>>> my_tls.write("SYSTEM:REMOTE")
>>> my_tls.query("MONO:GOTO? 555")
"1"

Devices can be opened by serial number, product string or manufacturer string:

>>> import bendev
>>> device_a = bendev.Device(serial_number="99999/9")
>>> device_b = bendev.Device(product_string="TLS120Xe")
>>> device_c = bendev.Device(manufacturer_string="Bentham")

For product_string and manufacturer_string, it is sufficient if the given substring is present in the device descriptor. The serial_number has to be exact. manufacturer_string defaults to "Bentham".

The package can also tell you what devices are connected:

>>> import bendev
>>> devs=bendev.list_connected_devices(verbose=True)
Connected Devices:
Device 18: Bentham Instruments, TLS120Xe, ...

Known issues

On ubuntu the python hidapi module has been noted to fail to read device strings for an unknown reason; until this is resolved the devices may be opened as raw hid devices, bypassing the hidapi module:

>>> import bendev
>>> my_device = bendev.Device(hidraw = "/dev/hidraw2")
>>> my_device.query("*IDN?")
'"Bentham Instruments Ltd.","TLS120Xe","12345/6","0.5.3"'

Version history

  • v0.0.1 - v0.0.3: test releases
  • v0.0.4: first release
  • v0.1.0: added ability to use raw hid devices
  • v0.1.1: fix formatting issue
  • v0.2.0: add reconnect command
  • v0.3.0: add python 3.11 compatibility
  • v0.3.1: fix inverted vendor ID filter in list_connected_devices

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

bendev-0.3.5.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bendev-0.3.5-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file bendev-0.3.5.tar.gz.

File metadata

  • Download URL: bendev-0.3.5.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for bendev-0.3.5.tar.gz
Algorithm Hash digest
SHA256 f5725fadc1542e13bcd28135fbb46d31880f6a6a9cf386e134ee421ca44a3eee
MD5 53e175f8ab2187af74ceff7c92ea66f5
BLAKE2b-256 628e220d308ea285638a06dc61078f55a3a8c20acf2d9ddccfa1b98ea40c4913

See more details on using hashes here.

File details

Details for the file bendev-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: bendev-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for bendev-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 38b6e0827150b9d8fcf1719f5fe8c83dbb2e58edca4e484d0ff9b19f13b409d2
MD5 93d923e80674cfad7b5f87bf64a12bd8
BLAKE2b-256 ff98669f85b260d940dd023b061df61a3922579aff95e91ea074f280f6a0b705

See more details on using hashes here.

Supported by

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