Appendix F: Set up a probe station
Model 4200A-SCS Parameter Analyzer Reference Manual
F-12
4200A-901-01 Rev. C / February 2017
PrChuck
This command directs the prober to have the probe pins make contact with the wafer or separate the
pins from the wafer.
Usage
status
= PrChuck(int
chuck_position
);
status
Returned values; see
Details
chuck_position
The chuck position:
•
0
: Separate from the chuck
•
1
: Contact the chuck
Library
Dependency: PRBCOM
Details
The
PrChuck
function returns the values:
•
1
: Success
•
-1017
: Error
•
-1013
: Error
•
-1008
: Error
Example
status = PrChuck(1);
Also see
None