F: Set up a probe station Model 4200A-SCS Parameter Analyzer
F-14 4200A-901-01 Rev. C / February 2017
PrMovNxt
In learn mode, the PrMovNxt command causes the prober to move to the next site. If needed, you
can specify the inker to fire before the move.
Usage
status = PrMovNxt(int ink_number);
Returned values; refer to Details
• 0: No inker; move only
• 1: 1
• 2: 2
• 3: 1, 2
• 4: 3
• 5: 1, 3
• 6: 2, 3
• 7: 1, 2, 3
• 8: 4
• 9: 1, 4
• 10: 2, 4
• 11: 1, 2, 4
• 12: 3, 4
• 13: 1, 3, 4
• 14: 2, 3, 4
•
Library
Dependencies: PRBCOM
Details
The PrMovNxt function returns the values:
• 1: Success (PR_OK)
• -1014: Move fail
• -1013: Unintelligible response
• -1011: Bad mode
• -1015: Unexpected error
Example
Also see
None