MideTechnology / idelib

Python API for accessing .IDE data recordings made by enDAQ devices.
MIT License
5 stars 0 forks source link

Incorporate `MeasurementType` functionality from `endaq-python` #109

Closed StokesMIDE closed 2 years ago

StokesMIDE commented 2 years ago

The code in endaq.ide.measurement should be moved into (or replicated in) idelib. It partially abstracts the measurement (sensor) types for channels, and is useful elsewhere.

StokesMIDE commented 2 years ago

Duplicate of #83