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.21.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

Details for the file pyvium-0.1.21.tar.gz.

File metadata

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

File hashes

Hashes for pyvium-0.1.21.tar.gz
Algorithm Hash digest
SHA256 5b2447aba1d7b000d9b988bdc84e593f2ff6f567eb7f4c974e19b82a92415bd1
MD5 b4b8964be26b43c67966cce50f724023
BLAKE2b-256 85df9f480175434e04087ae53007435d4cd42630787e64e5197c59e0e96e4e77

See more details on using hashes here.

File details

Details for the file pyvium-0.1.21-py3-none-any.whl.

File metadata

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

File hashes

Hashes for pyvium-0.1.21-py3-none-any.whl
Algorithm Hash digest
SHA256 30f3dec9fa6240e74194b4fd7d6725ddf8b7faa044f3b6432ad14c082effa849
MD5 fc2e417192fab162fe93ec87e2e52797
BLAKE2b-256 5b0d75f817b20f3c6df9f0aaaf8a8f39982bf15df47fdcfc3071fc2eb944637e

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