Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 590 Bytes

Code that controls a picoammeter, a multimeter, and a red pitaya. The objective of this code is to control these devices to make accurate and precise measurements of low currents (a few nA).

Latest changes:

  • Inclusion of the *OPC? command for better synchronization. No more unnecessary and unprofessional time.sleep.
  • Better error checking but still work in progress. TODO:
  • Better error checking: Throw data away if a error was presented that cannot be checked; more exceptions and power off everything correctly.
  • Multiprocessing for real time displaying the data and file managing.