Output Values Recording Program Using Python During my time at the Power and Energy Laboratory of MUSSD, I developed a Data Recording Program using Python based on a request from the Head of the laboratory. The main purpose of this project was to support laboratory research by collecting and storing harmonics readings from different electrical devices and machines. The program was developed using the Python programming language and was specifically designed to work with the MTE Checkmeter 2.1 . The objective of the software was to automatically save harmonics readings from the device into a local text file on a computer for future analysis and research purposes. One of the key features of this program is its ability to filter current and voltage harmonic values from the complete output generated by the MTE Checkmeter 2.1. Since the device output contains a large amount of technical information, manually extracting harmonic data can be time-consuming. To solve this issue, the pro...