From 3c917df9c001a8c4e482313da4c867c80536284b Mon Sep 17 00:00:00 2001 From: Huang Junye Date: Mon, 8 Apr 2019 11:16:46 +0800 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42fc2b5..7974c5f 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# GrapheneLab-Measurement-Code \ No newline at end of file +# GrapheneLab Measurement Code + +This is a Python-based transport measurement code used in GrapheneLab in National University of Singapore. The code was originally developed by Eoin O'Farrell and currently maintained by Huang Junye. + +# Features +## Use PyVisa to talk to instruments. + +Currently supported instruments include: + +Measurement instruments: +- Keithley 2002 +- Keithley 2182A +- Keithley 2400 +- Keithley 6221 +- Keithley 6430 +- SRS SR830 +- SRS SR850 + +Temperature and Magnet controllers: +- Picowatt AVS-47B resistance bridge (for Leiden Cryogenics Dilution Refrigerators) +- Leiden Cryogenics Triple Current Source +- LakeShore 335 temperature controller +- LakeShore 340 temperature controller +- LakeShore 475 DSP Gaussmeter +- Oxford Mercury iPS magnet power supply + +## Live plotting using PyQtGraph +Measurement results are plotted live using PyQtGraph.