Skip to main content

No project description provided

Project description

BenHW SDK - Python Interface

Python interface for Bentham Instruments Hardware Control DLL.

Installation

pip install benhw

Usage

Example

from benhw import BenHW, exceptions, tokens

hw = BenHW()

try:
  hw.build_system_model("system.cfg")
  hw.load_setup("setup.atr")
  hw.initialise()
  hw.park()
  hw.select_wavelength(wl=555)
  hw.set("motor1", tokens.MotorPosition, 0, 4455)
  signal = hw.automeasure()
  print(f"signal: {signal}")
except exceptions.BenHWException as e:
  print(f"BenHW error: {e}")

Accessing Tokens and Errors

from benhw import tokens, errors

# Access tokens via namespace
print(tokens.ADCVolts)           # 504
print(tokens.MonochromatorCurrentWL)  # 11

# Access error codes via namespace
print(errors.BI_OK)      # 0
print(errors.BI_error)   # -1

Requirements

  • Python 3.12+
  • Windows operating system

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

benhw-0.4.0.tar.gz (2.2 MB view details)

Uploaded Source

Built Distribution

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

benhw-0.4.0-py3-none-any.whl (2.2 MB view details)

Uploaded Python 3

File details

Details for the file benhw-0.4.0.tar.gz.

File metadata

  • Download URL: benhw-0.4.0.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for benhw-0.4.0.tar.gz
Algorithm Hash digest
SHA256 80e6ac3432b4acfdd05f53f6363a1d05b0239243c1e99b33f930b1dc8710eaac
MD5 753c37e428fabb25b937d4cc43b1ba9c
BLAKE2b-256 b9ea3dfe9946a83b1b767798e22f535a1db3569402b507c7078ac0220c1a7433

See more details on using hashes here.

File details

Details for the file benhw-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: benhw-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for benhw-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3c4acfec24c684a771ef223c4532e56f67de8ca09a9fa76e92bd0dff5b648b68
MD5 83de0064bd7559555ceb9b93246f693f
BLAKE2b-256 294f1444e5252b4db01c7a42c55bfc730ea3ebb200e4c5c78bdfaf716c3ad535

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