iqrfpy-iqd-diagnostics 0.1.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

iqrfpyiqddiagnostics 0.1.3

iqrfpy-iqd-diagnostics
An extension for iqrfpy for processing and interpreting IQD diagnostics data.
Diagnostics is a common data structure located in the permanent memory of all IQD devices,
which contains the result of the HW test of the device and other operational data that affect its correct operation.
Quick start
Before installing the library, it is recommended to first create a virtual environment.
Virtual environments help isolate python installations as well as pip packages independent of the operating system.
A virtual environment can be created and launched using the following commands:
python3 -m venv <dir>
source <dir>/bin/activate

iqrfpy-iqd-diagnostics can be installed using the pip utility:
python3 -m pip install -U iqrfpy-iqd-diagnostics

Example use:
from iqrfpy.ext.iqd_diagnostics import IqdDiagnostics

# get iqd_diagnostics data
data = ...

# parse into class
diagnostics = IqdDiagnostics(data=data)

# access values
diagnostics.beaming_cnt

# print formatted data
print(diagnostics.to_string())

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.