Keithley 4200-SCS Reference Manual page 621

Semiconductor characterization system
Hide thumbs Also See for 4200-SCS:
Table of Contents

Advertisement

Model 4200-SCS Reference Manual
*/
Connect pin
conpin
Purpose
Format
Remarks
See also
4200-901-01 Rev. S / May 2017
double forcur [11], revcur [11];/* Defines arrays. */
.
.
conpin(SMU1, 1, 0);
conpin(GND, 2, 0);
trigil(SMU1, 5.0e-3);/* Increase ramp to I = 5 mA.*/
smeasi(SMU1, forcur);/* Measure forward */
/* characteristics; */
/* return results to forcur */
/* array. */
sweepv(SMU1, 0.0, 0.5, 10,/* Output 0 to 0.5 V in 10 */
5.0e-3);/* steps, each 5 ms duration. */
clrtrg();/* Clear 5 mA trigger point. */
clrscn();/* Clear sweepv. */
trigil(SMU1, -0.5e-3);/* Decrease ramp to */
/* I = -0.5 mA. */
smeasi(SMU1, revcur); /* Measure reverse */
/* characteristics; */
/* return results to revcur */
/* array. */
sweepv(SMU1, 0.0, -30.0, 10,
5.00e-3); /* each 5 ms in duration. */
Connect pins and instruments together.
int conpin(int InstrTermID, int connect1, [connectn, [...]] 0);
The instrument terminal ID. For example: SMU1, GNDU, or,
InstrTermID
PMU1CH1.
A pin number or an instrument terminal
connect1
A pin number or an instrument terminal
connectn
conpin connects every item in the argument list together. As long as there are no
connection rules violated, the pin or terminal will be connected to the additional items
along with everything to which it is already connected.
The first conpin or conpth after any other LPT call will clear all sources by calling
devclr and then clear all matrix connections by calling clrcon before making the
new connections.
The value -1 will be ignored by conpin and is considered a valid entry in the
connection list.
With the row-column connection scheme, only one instrument terminal may be
connected to a pin.
addcon, clrcon, conpth, delcon
Return to
Section Topics
Section 8: Keithley User Library Tool (KULT)
/* Output 0 to -30 V in 10 steps
.
ID
.
ID
8-105

Advertisement

Table of Contents
loading

Table of Contents