Model 4200A-SCS Parameter Analyzer Reference Manual
Appendix F: Set up a probe station
4200A-901-01 Rev. C / February 2017
F-11
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
Returned values; see
Details
mode
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)
x_die_size
The x die size (units are set by the
units
parameter)
y_die_size
The y die size (units are set by the
units
parameter)
x_start_position
The x location of the prober position at alignment
y_start_position
The y location of the prober position at alignment
units
The units:
•
0
: Mils
•
1
: Millimeters
subprobtype
Not supported for 4200A-SCS
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