A tiny Python wrapper around the <Software development driver DLL> for IviumSoft.
Project description
PYVIUM
Tiny Python wrapper around the "Software development driver DLL" for IviumSoft.
Important:
This module uses a dll from the IviumSoft application. You need to have this software installed on a Windows machine. The IviumSoft application can be downloaded from here: https://www.ivium.com/support/#Software%20update
Installation
Install PYVIUM CORE easily with pip:
pip install pyvium
Or with poetry:
poetry add pyvium
Usage Example (Using IviumSoft Core functions)
To use the same functions available in the "IviumSoft driver DLL" you can import the Core class as follows. All functions return a result code (integer) and a result value if available. For further information you can check the IviumSoft documentation.
from pyvium import Core
app = Core()
app.IV_open()
app.IV_getdevicestatus()
app.IV_close()
Not working functions
- IV_getcurrentWE2trace
- IV_getpotentialtrace
Links
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.