This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
377ee74
commit 3c917df
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# GrapheneLab-Measurement-Code | ||
# 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. |