Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.56 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.56 KB

Python module to read Advanced Quality Data Exchange Format (AQDEF) files

PyPI Latest Release Python Package Code style: black

aqdef-reader is a Python module to read AQDEF (Q-DAS or qdas) ASCII files via Python. The package comes with data structures to cover the tranfer file format header elements such as parts (Teiletyp) and characteristics (Merkmale). As the ASCII files might already come with measured, values, the reader function can already read these values (Messwerte) and stores them as part of the characteristics described in the transfer file.

The package aqdefreader is based on the official Q-DAS ASCII transfer format manual tranfer format released by Q-DAS GmbH.

Installation

The source code is currently hosted on GitHub at: https://github.com/successfactory/aqdef-reader

Binary installers for the latest released version are available at the Python Package Index (PyPI).

# PyPI
pip install aqdefreader

Dependencies

License

Apache License 2.0