Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.57 KB

Measurement-and-instrumentation

Repository that includes several problems from measurement and instrumentation class

1.- Thevenin resistance estimation

Obtaining the equation

In this first step, we need to obtain the Rth equation in 'Vs, R1, R2, R3 & R4' terms. Just need to apply algebra. The steps can find here.

Basic code

The first code was very basic, it just prints lines of text in the terminal, and the user also type the values in it. You can see this code here.

I include a capture for the code running.

0301_simple_capture

Graphic user interfase code

In this code I implemented Tkinter, which allows to make a GUI. It includes a diagram for the code and it's more interactive. You can see the code here. I include a capture for the code running.

0301_GUI_capture