Skip to content
/ rs-tool Public

controls Keithley sourcemeter to measure sheet resistance

License

Notifications You must be signed in to change notification settings

AFMD/rs-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-tool

controls Keithley sourcemeter to measure current voltage curves via an in-line four point probe and calculate sheet resistance from them.

Pure Python (and pure open source) implimentation (no National Instruments libraries) via pyvisa and pyvisa-py with Python 3 and QT5 gui.

User Interface
User Interface2

Requirements

Keithley 2450 sourcemeter. Connected via Ethernet/serial/usb. You must know the VISA address, that's something like TCPIP::192.168.1.204::INSTR for an Ethernet connected device.

Installation

How to install on various operating systems.

Arch Linux

pacaur -S --needed git python-pyqt5 python-scipy python-uncertainties python-pyvisa python-pyvisa-py python-matplotlib
git clone [email protected]:AFMD/rs-tool.git
cd rs-tool
pyuic5 userInterface.ui -o pyqtGen.py #build the python/qt5 interface file
./rs-tool-gui.py

Ubuntu

TODO

MacOS

TODO

Windows

TODO

About

controls Keithley sourcemeter to measure sheet resistance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages