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.
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