Setup : cygnus

What can it do?
  1. Room temperature max 4 terminals IV.
  2. Measuring transient response of the devices using PGU and DSO
  3. Organic Transistors,Organic FETs,Cantilever Devices
What it cannot do?
  1. Temperature dependent measurements
  2. Stress Measurements/ Pulse Measurements
  3. CV Measurements
What instruments are present?
  1. Keithley 2602 SMUs
  2. Keithley 708 A Switch Matrix
  3. Agilent 8110 PGU
  4. Tektronix Oscilloscope
  • - 2 Nos
  • - 1 No.
  • - 1 No.
  • - 1 No.

What are the current, voltage and frequency specifications?
Through SMU :
  • Max Voltage = 40 Volts
    Max Current = 100 mA

How are instruments connected?
  1. SMU 1 Channel A & Channel B are connected to columns 2 & 3 respectively
  2. SMU 2 Channel A & Channel B are connected to columns 1 & 4 respectively
  3. GNDU connected to switch matrix column 12
  4. Manipulator A,B,C & D connected to rows A,B,C & D respectively
  5. Chuck connected to Row E
Setup Usage Instructions:
  1. Login using your charlab domain username and password.
  2. If you are first time user, copy the codes from E:\Users\codes folder to your network drive. (All the codes are appropriately named)
  3. Probe your device properly and make a mental note of which manipulators you have used to make contacts.
Code Specific Instructions:

For CV:

  1. Run the CV_2terminal.exe.
  2. The code will ask you for the following values
    1. Frequency (Enter in Hz)
    2. Start and End values of DC bias sweep (Enter in Volts).
    3. AC value of voltage (Enter in Volts).
    4. File name where your data will be stored (for eg: CV_output.dat)
    5. Integration time (0 for FAST 1 for NORMAL 2 for SHORT).
    6. Step size
    7. For Probe connections:(use a,b,c,d,chk for entering the values)
      1. For example if you are using chuck and probe c for the two terminal CV measurement then
      2. For high terminal enter : chk
      3. For low terminal enter : c
      4. NOTE: DO NOT use chuck as low terminal. you will not get proper CV
    8. Let the code run. You will get measured values of Capacitance in picofarads.
  3. The data file will be generated in the same folder and it can be opened with the data plotting software ORIGIN.

For IV

  1. Run the appropriate code. (IV_2terminal.exe for two terminal IV, IV_3terminal.exe for three terminal measurements)
  2. The code will ask you for following values
    1. Start and End values of DC bias sweep. (SMU1 is used to sweep. Its hard coded in the code)
    2. File name where your data will be stored
    3. Integration time (0 for FAST 1 for NORMAL 2 for SHORT)
    4. Step size
    5. DC bias For SMU2 (If you do not want to force value from other SMU, put it as 0)
    6. For Probe connections:(use a,b,c,d,chk for entering the values)
      1. For example if you are using probe A and probe C for the two terminal IV measurement and you want to sweep the voltage on probe A and keep a fixed Bias on probe C then,
      2. for terminal 1 Enter : a
      3. for terminal 2 Enter : c
    7. The data sheet will be generated in the same folder and it can be opened with the data plotting software ORIGIN.
      Note : USE NEGATIVE value of step size if stop voltage is negative.
      (eg: Start voltage = 0, Stop voltage = -10, then Step Size = -1 ie a negative value of step size)
      NOTE : Users can refer instrument manual kept in cupboard for further assistance.