03-15-2017 07:50 AM
Hello
I am looking for vi for characterizing mosfet (3 terminal I-V curves) using Labview and Keithley 2602A. I am new to labview so I am not sure if there is a some kind of repository where people upload their vi or how to I find the vi modules.
I would like to keep the 2 terminals (source and drain) voltage constant and measure current through the drain, while sweeping a range of voltage from the 3rd terminal (gate). It is exactly like a typical mosfet transfer curve.
I am not expecting direct answers, but may be hints or help where I can find them or how should I look for them.
thanks
Solved! Go to Solution.
03-15-2017 08:04 AM - edited 03-15-2017 08:05 AM
Hi vox,
as you are new to LabVIEW you surely noted the "Getting started" section on top of the LabVIEW discussion forum.
I am not sure if there is a some kind of repository
Yes, there is some kind of repository: see the InstrumentDriverNetwork…
This will help you to control your external device using LabVIEW.
All you need to do is to program your required measurement steps… 😄