Prinit - Keithley 4200A-SCS Reference Manual

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

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual

PrInit

This command initializes the prober with die size, first coordinate (X and Y), units (mm or mils), and
mode information.
Usage
status = PrInit(int mode, double x_die_size, double y_die_size, int
x_start_position, int y_start_position, int units, int subprobtype);
status
mode
x_die_size
y_die_size
x_start_position
y_start_position
units
subprobtype
Library
Dependency: PRBCOM
Details
The mode defines the capabilities of the prober. Select External automatic mode when the tester
explicitly directs all the prober actions. Use Learn mode when the prober is configured with all the
wafer stepping information. When learn is selected, the tester commands the prober to do the next
operation. Please confirm the correct mode of operation for each specific application. Supported
modes vary from prober to prober.
The PrInit function returns the values:
1: PR_OK
-1013: UNINTEL_RESP
-1015: UNEXPE_ERROR
-1006: SET_MODE_FAIL
-1027: INVAL_PARAM
Example
status = PrInit(6,2,2,1,1,1,0);
Also see
None
4200A-901-01 Rev. C / February 2017
Returned values; see Details
The mode to be used with the prober (see Details):
1: Manual prober
2: External automatic prober
6: Learn (typically used with semi-automatic probers)
The x die size (units are set by the units parameter)
The y die size (units are set by the units parameter)
The x location of the prober position at alignment
The y location of the prober position at alignment
The units:
0: Mils
1: Millimeters
Not supported for 4200A-SCS
Appendix F: Set up a probe station
F-11

Advertisement

Table of Contents
loading

Table of Contents