Skip to main content

Python module to interact with Dewesoft DWDataReaderLib shared library

Project description

DWDataReader build status on Appveyor

DEWESoft produces hardware and software for test measurement, data aquisition, and storage. Data files are stored with the extension .d7d or .dxd in a proprietary format. DEWESoft provides a free Windows application (DewesoftX) to work with the data and a free shared library for developers.

This is a Python module to interact with the DEWESoft DWDataReaderLib shared library, which can be downloaded from https://dewesoft.com/download/developer-downloads.

Installation

The module is available on https://pypi.org/project/dwdatareader/ so all one needs to do is:

pip install dwdatareader

Example usage

Scripts like the following may be run from the command line or, more interactively, from Jupyter Notebook

You can work with a live Binder example here.

import dwdatareader as dw
with dw.DWFile('myfile.d7d') as f:
    print(f.info)
    ch1 = f['chname1'].series()
    ch1.plot()
    for ch in f.values():
        print(ch.name, ch.series().mean())

Contribute

Bug reports and pull requests should be directed to the project home on Github

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

dwdatareader-1.3.0.tar.gz (590.3 kB view details)

Uploaded Source

Built Distribution

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

dwdatareader-1.3.0-py3-none-any.whl (591.2 kB view details)

Uploaded Python 3

File details

Details for the file dwdatareader-1.3.0.tar.gz.

File metadata

  • Download URL: dwdatareader-1.3.0.tar.gz
  • Upload date:
  • Size: 590.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dwdatareader-1.3.0.tar.gz
Algorithm Hash digest
SHA256 65e35812035c1cb7e2d9aa0a3fb83138e04893721ca2c507fa2a5bfd07dfac31
MD5 50af3eed0b0b95383fe4bdb20cc0813e
BLAKE2b-256 9954f6965fa841d68af8c1f468150b62e0e7f0e62d2dc0fad73e5010c1db69bb

See more details on using hashes here.

File details

Details for the file dwdatareader-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: dwdatareader-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 591.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dwdatareader-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c4f0d0dc0db1ff76304f1eb304c2f3e8d628c86e1e9defa07188030b60b3b522
MD5 386a3c1b6930423ecdd1674d20b663e7
BLAKE2b-256 904d09506774d69f05198e95b3dedf82d2ab83dbae374516cd6eeb348da5243f

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