3: LPTLib command reference S530/S540 KTE Linear Parametric Test Library (LPTLib) User's Manual
3-22 S530-900-01 Rev. E / September 2017
Example
conpin(3, GND, 0); /* Connect pin 3 to GND (through interconnect pathway) */
/* and ground. */
conpin(2, HVSMU1, 0); /* Connect pin 2 to HVSMU1. */
.
Equation 3: Conpin performs connections
Also see
addcon (on page 3-7)
clrcon (on page 3-17)
conpth (on page 3-22)
delcon (on page 3-25)
devclr (on page 3-26)
conpth
This command connects pins and instruments together using a specific pathway.
Usage
int conpth(int path, int connect1, int connect2, [connectn, [...]] 0);
Pathway number to use for the connections
A pin number or an instrument terminal ID
A pin number or an instrument terminal ID
A pin number or an instrument terminal ID
Details
The S530/S540 has an I-V matrix; I-V connections are usually direct connections.
The first conpin or conpth command after any other LPT library call clears all sources by calling the
devclr command and then clears all matrix connections by calling the clrcon command befor
e
m
aking the new connections.
The value -1 for any item in the connection list is ignored by conpth and is considered a valid entry
in the connection list.
The conpth command is not valid in the row-column connection scheme of the HVM1212A 3-k
V
m
atrix (S540 systems only).