Model 4200A-SCS Prober and External Instrument Control Section 8: Set up a probe station
4200A-913-01 Rev. A December 2020 8-11
The PrInit function returns the values:
• 1: Success (OK)
• -1005: Failure setting units
• -1008: Failure setting mode
• -1009: Failure setting die size
• -1011: Operation invalid in mode
• -1013: Unintelligible response
• -1015: Unexpected error
• -1017: Bad chuck position
• -1027: Invalid parameter
Example
status = PrInit(6,2,2,1,1,1,0);
Also see
None
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);
Returned values; see Details
The chuck position:
â–ª 0: Separate from the chuck
â–ª 1: Contact the chuck
Library
Dependency: PRBCOM
Details
The PrChuck function returns the values:
• 1: Success (PR_OK)
• -1006: Invalid mode
• -1013: Unintelligible response
• -1015: Unexpected error
• -1017: Bad chuck position