Skip to main content

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

This version of Pyvium has been tested for IviumSoft release 4.1170.

Installation

Install PYVIUM 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

Core.IV_open()
Core.IV_getdevicestatus()
Core.IV_close()

Usage Example (Using Pyvium methods)

This is a wrapper around the Core functions that adds a few things:

  • Exception management (you can find an example here)
  • New functionalities
from pyvium import Pyvium

Pyvium.open_driver()
Pyvium.get_device_status()
Pyvium.close_driver()

Usage Example (Using Tools methods)

This offers further functionality in data processing:

from pyvium import Tools

Tools.convert_idf_dir_to_csv()

Supported functions

The list of currently supported and implemented functions can be found here.

Links

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

pyvium-0.1.19b0.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

pyvium-0.1.19b0-py3-none-any.whl (2.3 MB view details)

Uploaded Python 3

File details

Details for the file pyvium-0.1.19b0.tar.gz.

File metadata

  • Download URL: pyvium-0.1.19b0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Windows/11

File hashes

Hashes for pyvium-0.1.19b0.tar.gz
Algorithm Hash digest
SHA256 712276f555c1680abbd171d41c98ab2ca6be433287bf9d4151c69b108df55b8a
MD5 b971606a10544558bbe9608c3fe58bfd
BLAKE2b-256 576b9296fdf81fd860f7eb22fbc85605d8d7d786b5fcfacd2646a6c2bcf90f16

See more details on using hashes here.

File details

Details for the file pyvium-0.1.19b0-py3-none-any.whl.

File metadata

  • Download URL: pyvium-0.1.19b0-py3-none-any.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Windows/11

File hashes

Hashes for pyvium-0.1.19b0-py3-none-any.whl
Algorithm Hash digest
SHA256 f4e3ecd2eda6894821d0bf5e9717caa465667b88a6b39cb25a50ebfe51b73262
MD5 65e1164f95d3e29fc198c30fbfe1a0c0
BLAKE2b-256 87eeb57d6ae729996f47253cbf22c6f42fdc653b22d496897812246ced6acd3d

See more details on using hashes here.

Supported by

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