Pocketpico Manual PDF
Pocketpico Manual PDF
INSTRUCTION MANUAL
Version 1.1
APR 2013
Ix Innovations, LLC
1327 Jones Drive, Suite 106
Ann Arbor, MI 48105
TABLE OF CONTENTS
1 Introduction .............................................................................................. 1
1.1 Package Contents ................................................................................ 1
1.2 Getting Started .................................................................................. 1
2 Measurement ............................................................................................ 3
2.1 Measurement Input Connector ................................................................. 3
2.2 Measurement Concepts ......................................................................... 4
2.3 Device Under Test ............................................................................... 4
2.4 Other Considerations ............................................................................ 5
3 Command Summary ..................................................................................... 6
3.1 READ? .............................................................................................. 6
3.2 *IDN ................................................................................................ 6
3.3 INFO ............................................................................................... 6
3.4 setnumread ....................................................................................... 6
4 Software .................................................................................................. 7
4.1 Overview .......................................................................................... 7
4.2 System Requirements ........................................................................... 7
4.3 Installation........................................................................................ 7
4.4 Screenshots ....................................................................................... 7
4.5 Connecting & Measuring ........................................................................ 8
4.6 Reading Rates .................................................................................... 8
4.7 Capturing Data to Comma Separated Values (csv) File .................................... 9
4.8 Viewing Device Information .................................................................... 9
5 Examples ................................................................................................ 10
5.1 nFET Current Measurement ................................................................... 10
5.2 Automated pFET Gatesweep .................................................................. 11
6 Troubleshooting ........................................................................................ 13
6.1 Connection Problems........................................................................... 13
6.2 Measurement Problems ........................................................................ 13
6.3 Software Problems ............................................................................. 14
7 Technical Support Contact Information............................................................. 15
1 INTRODUCTION
The PocketPico is a wide-range,
range, portable ammeter that is capab
capable
le of measuring currents from
20pA to 2mAmA with 100fA resolution in the pico
pico-ampere
ampere range that interfaces to a computer via
a USB 2.0 interface. The PocketPico is suitable for a range of applications; some of these are
semiconductor testing and demonstration, microprocessor leakage measurement, and solar
cell testing. The PocketPico connects via USB and creates a virtual serial port that recognizes
SCPI commands. This allows one to easily integrate the device to legacy GPIB-based
GPIB code for
automated testing.
• PocketPico Picoammeter
• RG-58C/U low-noise
noise BNC cable
• USB-A to Mini-B cable
• Custom carrying case
• Installation instructions
uctions
1. Power Indicator
The Power Indicator is illuminated if the device successfully completes USB
enumeration.
Figure 2:
2 The rear panel of the device
3. GND Nut
The GND nut is used to ensure a common GND between devices.
2 MEASUREMENT
The PocketPico measures current through a current node summing technique; therefore,
considerations must be taken testing devices, or designing for test. The ammeter device is
unidirectional and must sink current. The current is then read by an Analog to Digital
Converter (ADC),
C), and the calculated current result is then sent to the PC via USB. The
voltages seen at the inputs to the amme
ammeter
ter referenced from the ammeter ground must not
exceed 5V.
Figure 5: For correct unit operation, the DUT must source current to the ammeter,
ammeter which
acts as the current sink
CAUTION:: The maximum voltage seen at VREF or IIN must between 0V and 5V when
referenced to the USB ground. The Pocket Pico does not internally limit this voltage
and instrument damage, electrical shock or death can occur.
• Care should be taken with the device under test so that oil from one’s hands does not
decrease resistance between terminals.
• Device should have a common ground. The GND from the USB should be common with
the GND of the Device Under Test (DUT) to avoid ground loops. When the DUT and the
PocketPico are powered from the same USB source, a GND tie to the case is not
needed; however, the GND tie on the PocketPico case is necessary when the DUT has a
different GND.
• One needs to be mindful of other noise sources on the USB bus. Actions that require
substantial current draw, such as synchronization of an iPod, may cause noise on the
ammeter readings.
3 COMMAND SUMMARY
3.1 READ?
The “READ?” command is a SCPI compatible command that returns the current and returns
the value in a format of +XX.YYYE-P, where P is the logarithmic power. For instance, if
handle for the ammeter is “s”, one of the following will result in a value depending on the
version of Windows.
3.2 *IDN
The “*IDN” is a SCPI compatible command that returns the device information in the format
of: <provider>,<device>,<serial number>,<firmware version>
3.3 INFO
Returns the device information, such as hardware version, firmware version, device name and
calibration date.
3.4 SETNUMREAD
The “setnumread” command is of the format “setnumread(<arg>)” where <arg> is the 2 to
power of the averages. As an example, “setnumread(8)” would do 256 averages upon a read.
MATLAB example:
4 SOFTWARE
4.1 OVERVIEW
The PocketPico Reader is a free, lightweight, and easy-to-use virtual display panel
application. The PocketPico Reader displays real-time current readings and enables data
output in .csv format.
4.3 INSTALLATION
Refer to separate Installation Guide for driver and software installation instructions (also
available on pocketpico.com/support).
4.4 SCREENSHOTS
Main Screen
About Screen
Alternatively, you may enable the PocketPico to auto-connect by selecting this option in the
Options screen.
When measuring very low current (<100nA), we recommend using a “slower” read speed with
more averaging to ensure more accurate data.
If you would like to include a short note to precede the measurement data in the .csv file,
select “Prompt datafile note” on the Options page before capturing data. Once the ‘Start
Capturing Data’ button has been clicked, a window will prompt you to enter a short note.
You may also change the delimiter for the .csv file on the Options screen. The default
delimiter “, [r]” will be reset upon application restart.
5 EXAMPLES
The current through the device for a specific gate voltage can be obtained by sending the
device the “READ?” command.
Figure 10: The circuit (a) was used to generate the plot (b)
which combines all regions of operation into a single equation. The mathematical form of ln2
(1 + e(x/2) interpolates between regions, and in saturated, subthreshold operation, (1) reduces
to
The current described by (2) can clearly be seen in Figure 10 (b) as the change is linear on a
log scale for a gate voltage of approximately 3.5V to 4.0V.
1
S.C. Liu, “Analog Vlsi: Circuits and Principles”, Bradford Books, 2002.
2
Degnan, B.P., Wunderlich, R.B., Hasler, P.E., “Passgate resistance estimation based on the compact EKV model
and effective mobility” IEEE International Symposium on Circuits and Systems, 2009 pp. 2765-2768, 2009.
6 TROUBLESHOOTING
APPLICATION CRASHES
1. Latest PocketPico Reader version
2. Latest .NET Framework