LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FET I-V characterization

Hi, I was requested to setup I-V measurements for organic thin film transistors. I have an Agilent E3631a triple output power supply and Keithley 485 picoammeter at my hand. But I need a labview program that can take output characteristics (sweep Vds at each Vgs level) and transfer characteristics (sweep Vgs at constant Vds). Does anyone have an example program that do the I-V measurements for FETs? It can be done with HP semiconductor analyzer. But I want to have a cheaper setup in the lab. If anyone have labview programs that do I-V measurements for MOSFET, it would be great. Thanks.

Richard
0 Kudos
Message 1 of 2
(2,946 Views)
Here is an tutorial on measuring NMOS characteristics with NI's hardware and DMM, but it also give general information on how to construct the test. Take a look at the code and it shows how to analyze the raw data collected from hardware and plot them.

http://zone.ni.com/devzone/conceptd.nsf/webmain/3b9b617d38de44d686256f9d005c8748

For data collecting part, we do have instrument drivers for both of your instruments. All the functionality are written into these drivers so all you need is to configure the hardware for your application needs.

Agilent E3631A:

http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=E3B19B3E90A4659CE034080020E74861485:

Keithley 485

http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=E3B19B3E90D5659CE034080020E74861
0 Kudos
Message 2 of 2
(2,926 Views)