A python package for interfacing with Metrohm Autolab instruments
Project description
PyAutolabNova
This is the pre-Alpha release of PyAutolabNova. If you're seeing this package, you came here too early. This pre-Alpha release is to reserve the package name. Please check back in about a months time when this package will be able to perform basic functionalities like running basic electrochmeistry experiment.
Current version
See changelog for detailed changes for each release
This is a Python package for interfacing with Metrohm Autolab instruments. It provides a high-level API for controlling and data acquisition from Autolab potentiostats.
Installation
You can install PyAutolabNova using pip:
pip install pyautolabnova
Requirements
- Windows operating system
- Python 3.7 or higher
- Metrohm Autolab SDK 2.1 installed
Usage
Please ensure the Autolab software is closed before using this package. Otherwise, you will encounter an 'Access Denied' error because the Autolab software maintains an exclusive lock on the USB device, preventing the Python script from accessing it through the SDK.
Here's a basic example of how to use PyAutolabNova:
from pyautolabnova.base import pyautolabnova as pal
pal.connect()
# Perform operations
pal.disconnect()
Disclaimer
This package is not officially associated with or endorsed by Metrohm Autolab. Use at your own risk.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file pyautolabnova-0.0.1a4.tar.gz.
File metadata
- Download URL: pyautolabnova-0.0.1a4.tar.gz
- Upload date:
- Size: 8.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58e99e954b65fb75329cea9fe68fee828a9d3aa63e03ec0cdbe82b0c6e71644a
|
|
| MD5 |
dd0f3a22b80965280dd321fc3bf87ac3
|
|
| BLAKE2b-256 |
90f2e6fc1a6144313857362302d1931dfd08bb27f47eee0003b541b32923292a
|
File details
Details for the file pyautolabnova-0.0.1a4-py3-none-any.whl.
File metadata
- Download URL: pyautolabnova-0.0.1a4-py3-none-any.whl
- Upload date:
- Size: 8.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9601b59c178d2faf4c8109ae594a1c2bf02723bd92f21d10904b5eca6911e11
|
|
| MD5 |
5a628bae7acf5f97cfbcf512efe314da
|
|
| BLAKE2b-256 |
a41917cdb38e1f80a0fbd5bbc818ab739839b872a0f871c2a2f6af1a7320795b
|