Skip to content

utat-ss/instrument-automation

Repository files navigation

instrument-automation

Various scripts for automating UTAT's lab gear

AutoMetrology

autometrology also lives here: a WIP Python wrapper library for our instruments. Currently maintained by Joe Dai.

Currently includes drivers for:

  • Keithley 2380-120-60 Electronic DC Load
  • Korad KA3005P DC Power Supply
  • Agilent/Keysight 34461A Multimeter

Note: drivers do not aim to be feature complete wrappers, but rather only common commands are implemented!

Contributing

To keep code neat, please run the following commands before pushing changes (run pip3 install -U -r requirements.dev.txt to install tools):

black . && isort . && flake8

This will reformat according to PEP8, and alert of any issues that can't be automatically resolved.


This project is licensed under the MIT license. For more information, please see LICENSE.

About

Various scripts for automating UTAT's lab gear

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages