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
Line 3: Line 3:
 
## Turn on the Keithley 2400 Source-Measure Unit
 
## Turn on the Keithley 2400 Source-Measure Unit
 
## Connect the positive and negative probes to the Keithley's Input/Output ports, using provided banana plugs.
 
## Connect the positive and negative probes to the Keithley's Input/Output ports, using provided banana plugs.
:: [[File:Keithley 2400 SMU.png|alt=Banana plug connections to the Keithley 2400 SMU|thumb|300x300px|Banana plug connections to the Keithley 2400 SMU's "Input/Output" ports.|none]]
+
::: [[File:Keithley 2400 SMU.png|alt=Banana plug connections to the Keithley 2400 SMU|thumb|300x300px|Banana plug connections to the Keithley 2400 SMU's "Input/Output" ports.|none]]
 
# 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

Revision as of 07:14, 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. ...
    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. Save this file into your Desktop / User Data / <<My Group Name>> folder with `File > Save As...`
    2. This determines where the I-V Sweep data will be saved
    3. 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. Click the Run button to run the script, or choose the menu item `Run > Run`.
    1. The Keithley will run through the sweep, and display measurements during the sweep.
    2. 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. Lift probes to safe position, Turn off Keithley SMU, Close Python