Conpth - Keithley 4200A-SCS Reference Manual

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Section 13: LPT library function reference
Example
conpin(3, GND, 0); /* Connect pin 3 to SMU1 */
/* and ground. */
conpin(2, SMU1, 0); /* Connect pin 2 to SMU1. */
.
.
Also see
addcon
(on page 13-198)
clrcon
(on page 13-199)

conpth

(on page 13-200)
delcon
(on page 13-204)
devclr
(on page 13-67)
conpth
This command connects pins and instruments together using a specific pathway.
Usage
int conpth(int path, int connect1, int connect2, [connectn, [...]] 0);
path
connect1
connect2
connectn
Details
You can force the system to use a particular pathway by using conpth instead of conpin. This
might be done to provide additional electrical isolation between two connections. The eight pathways
are numbered 1 through 8.
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. When the matrix is
configured for remote sense, the only valid path values are 1, 3, 5, and 7.
13-200
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
Model 4200A-SCS Parameter Analyzer Reference Manual
4200A-901-01 Rev. C / February 2017

Advertisement

Table of Contents
loading

Table of Contents