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
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.9.0.tar.gz
(2.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
benhw-0.9.0-py3-none-any.whl
(2.2 MB
view details)
File details
Details for the file benhw-0.9.0.tar.gz.
File metadata
- Download URL: benhw-0.9.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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecccab0aa48083fcee8d04609aff1a61e92c20be89cfb093eeeabb2df6bc77a8
|
|
| MD5 |
743b28cfa00bd3277395dc3c49f643fb
|
|
| BLAKE2b-256 |
0a960f27c971c9b8be3e9751a72703b25da3d3a3b10b6675362fd8918a763f78
|
File details
Details for the file benhw-0.9.0-py3-none-any.whl.
File metadata
- Download URL: benhw-0.9.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.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d99fc55bc135ed01bcfc6706b3f74a59dc1c22e353ce65db4467d931cf37b3ca
|
|
| MD5 |
20aa3ee9dad47da1e2b837b010596469
|
|
| BLAKE2b-256 |
43d975edd906532d630ec9b264427d5e2d84318159a8ebb40f538323afc2b55b
|