EEVblog Electronics Community Forum
Products => Test Equipment => Topic started by: 4x1md on September 16, 2017, 09:15:54 pm
-
I created a simple Python library for reading data from DE-5000 LCR meter which was much discussed here.
As I don't have the original USB module, I used the RS-232 IR receiver which comes with UNI-T UT61E. It is not mechanically compatible with DE-5000 but was enough for experimenting.
The code with detailed description can be find here:
https://github.com/4x1md/de5000_lcr_py
I hope somebody will find this library helpful.
-
Thanks for your Python library 4x1md! I did find it helpful indeed.
I took the liberty to fork your repository and make some changes. Most notably I made it compatible with Python 3
and added support for writing the output directly to a CSV file.
For anyone who's interested, here's the GitHub repository: https://github.com/tsitle/der_ee_de5000_lcr_meter_cli/ (https://github.com/tsitle/der_ee_de5000_lcr_meter_cli/)