Difference between revisions of "Probe Station: I-V Curves with Keithley 2400 and Python Script"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
m
(added screenshots)
Line 6: Line 6:
 
# Test your connections - use the Keithley in manual mode to measure resistance or apply a current, and ensure you have a good electrical connection to your wafer/electrodes.
 
# Test your connections - use the Keithley in manual mode to measure resistance or apply a current, and ensure you have a good electrical connection to your wafer/electrodes.
 
# Launch the Python "'''''Spyder'''''" Development Evnironment
 
# Launch the Python "'''''Spyder'''''" Development Evnironment
## Icon on desktop, or Start > Spyder (Python 3.7)
+
## Icon on desktop, or `Start > Spyder (Python 3.7)`
  +
## [[File:Python Spyder 3.7 (anacoda) icon.png|frameless|67x67px]]
## ...
 
 
## Launch '''once''' only, the computer is slow and it can take a few seconds for it to start launching.
 
## Launch '''once''' only, the computer is slow and it can take a few seconds for it to start launching.
# '''''`File > Open`''''' : '''''Desktop / Keithley I-V Sweep v3 .py'''''
+
# '''''`File > Open`''''' : '''''Desktop / Keithley I-V Sweep v3 .py'''''
  +
## [[File:Python Keithley I-V Sweep v3 icon.png|216.99728393554688x216.99728393554688px]]
 
## Save this file into your '''''Desktop / User Data / <<My Group Name>>''''' folder with `'''''File > Save As...`'''''
 
## Save this file into your '''''Desktop / User Data / <<My Group Name>>''''' folder with `'''''File > Save As...`'''''
 
## This determines where the I-V Sweep data will be saved
 
## This determines where the I-V Sweep data will be saved
Line 18: Line 19:
 
## Change the Voltage start/stop
 
## Change the Voltage start/stop
 
## Set "Current Compliance", which is the current limit - to prevent device damage.
 
## Set "Current Compliance", which is the current limit - to prevent device damage.
  +
##[[File:Python Keithely I-V - user settings lines.png|alt=Screenshot of `Keithley I-V Sweep.py` User-settings|none|thumb|493.99456787109375x493.99456787109375px|Screenshot of `Keithley I-V Sweep.py` User-settings]]
# Click the Run button to run the script, or choose the menu item `'''Run > Run'''`.
+
# Click the Run button to run the script, or choose the menu item `'''Run > Run'''`.
  +
## [[File:Python Spyder - Run Button.png|frameless|197.9891357421875x197.9891357421875px]]
 
## The Keithley will run through the sweep, and display measurements during the sweep.
 
## The Keithley will run through the sweep, and display measurements during the sweep.
 
## The data and plots will be optionally saved into the same folder the script file resides in.
 
## The data and plots will be optionally saved into the same folder the script file resides in.
 
# Change devices or sweep paramters and re-run as needed
 
# Change devices or sweep paramters and re-run as needed
  +
# Shutdown:
# Lift probes to safe position, Turn off Keithley SMU, Close Python
+
## Lift probes to safe position <--- IMPORTANT
  +
## Turn off Keithley SMU
  +
## Close Python

Revision as of 07:22, 9 August 2020

Basic procedure for acquiring I-V Curves on the Probe station, using a Python script and the Keithley 2400 SMU. You will have to connect and land the probes yourself, based on prior training with a probe station.

  1. Connect the Probes & Equipment
    1. Turn on the Keithley 2400 Source-Measure Unit
    2. Connect the positive and negative probes to the Keithley's Input/Output ports, using provided banana plugs.
Banana plug connections to the Keithley 2400 SMU
Banana plug connections to the Keithley 2400 SMU's "Input/Output" ports.
  1. Test your connections - use the Keithley in manual mode to measure resistance or apply a current, and ensure you have a good electrical connection to your wafer/electrodes.
  2. Launch the Python "Spyder" Development Evnironment
    1. Icon on desktop, or `Start > Spyder (Python 3.7)`
    2. Python Spyder 3.7 (anacoda) icon.png
    3. Launch once only, the computer is slow and it can take a few seconds for it to start launching.
  3. `File > Open` : Desktop / Keithley I-V Sweep v3 .py
    1. 216.99728393554688x216.99728393554688px
    2. Save this file into your Desktop / User Data / <<My Group Name>> folder with `File > Save As...`
    3. This determines where the I-V Sweep data will be saved
    4. If you already have a script saved in your folder, then open that script instead of the one on the Desktop
  4. Adjust sweep parameters & save file name
    1. Enable savings files & creating sub-directories ("True" or "False")
    2. Change the filenames to save to. By default, will save in the same folder the script is run from.
    3. Change the Voltage start/stop
    4. Set "Current Compliance", which is the current limit - to prevent device damage.
    5. Screenshot of `Keithley I-V Sweep.py` User-settings
      Screenshot of `Keithley I-V Sweep.py` User-settings
  5. Click the Run button to run the script, or choose the menu item `Run > Run`.
    1. 197.9891357421875x197.9891357421875px
    2. The Keithley will run through the sweep, and display measurements during the sweep.
    3. The data and plots will be optionally saved into the same folder the script file resides in.
  6. Change devices or sweep paramters and re-run as needed
  7. Shutdown:
    1. Lift probes to safe position <--- IMPORTANT
    2. Turn off Keithley SMU
    3. Close Python