Setup : cygnus
What can it do?- Room temperature max 4 terminals IV.
- Measuring transient response of the devices using PGU and DSO
- Organic Transistors,Organic FETs,Cantilever Devices
- Temperature dependent measurements
- Stress Measurements/ Pulse Measurements
- CV Measurements
- Keithley 2602 SMUs
- Keithley 708 A Switch Matrix
- Agilent 8110 PGU
- 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?
- SMU 1 Channel A & Channel B are connected to columns 2 & 3 respectively
- SMU 2 Channel A & Channel B are connected to columns 1 & 4 respectively
- GNDU connected to switch matrix column 12
- Manipulator A,B,C & D connected to rows A,B,C & D respectively
- Chuck connected to Row E
Setup Usage Instructions:
- Login using your charlab domain username and password.
- If you are first time user, copy the codes from E:\Users\codes folder to your network drive. (All the codes are appropriately named)
- Probe your device properly and make a mental note of which manipulators you have used to make contacts.
Code Specific Instructions:
For CV:
- Run the CV_2terminal.exe.
- The code will ask you for the following values
- Frequency (Enter in Hz)
- Start and End values of DC bias sweep (Enter in Volts).
- AC value of voltage (Enter in Volts).
- File name where your data will be stored (for eg: CV_output.dat)
- Integration time (0 for FAST 1 for NORMAL 2 for SHORT).
- Step size
- For Probe connections:(use a,b,c,d,chk for entering the values)
- For example if you are using chuck and probe c for the two terminal CV measurement then
- For high terminal enter : chk
- For low terminal enter : c
- NOTE: DO NOT use chuck as low terminal. you will not get proper CV
- Let the code run. You will get measured values of Capacitance in picofarads.
- The data file will be generated in the same folder and it can be opened with the data plotting software ORIGIN.
For IV
- Run the appropriate code. (IV_2terminal.exe for two terminal IV, IV_3terminal.exe for three terminal measurements)
- The code will ask you for following values
- Start and End values of DC bias sweep. (SMU1 is used to sweep. Its hard coded in the code)
- File name where your data will be stored
- Integration time (0 for FAST 1 for NORMAL 2 for SHORT)
- Step size
- DC bias For SMU2 (If you do not want to force value from other SMU, put it as 0)
- For Probe connections:(use a,b,c,d,chk for entering the values)
- 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,
- for terminal 1 Enter : a
- for terminal 2 Enter : c
- 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.