
Section 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
(on page 3-7)
(on page 3-17)
(on page 3-22)
(on page 3-25)
(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);
path
Pathway number to use for the connections
connect1
A pin number or an instrument terminal ID
connect2
A pin number or an instrument terminal ID
connectn
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 before
making 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-kV
matrix (S540 systems only).