forked from psi46/psi46test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cmd_wafertest.h
37 lines (34 loc) · 1.22 KB
/
cmd_wafertest.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* -------------------------------------------------------------
*
* file: cmd_wafertest.cpp
*
* description: command line interpreter
* wafer test functions
*
* author: Beat Meier
* modified: 21.4.2014
*
* rev:
*
* -------------------------------------------------------------
*/
// =======================================================================
// chip/wafer test commands
// =======================================================================
HELP_CAT("test")
CMD_REG(roctype, "ana|dig", "choose ROC type for test")
CMD_REG(pr, "<command>", "send command to prober")
CMD_REG(sep, "", "prober z-axis separation")
CMD_REG(contact, "", "prober z-axis contact")
CMD_REG(test, "<chip id>", "run chip test")
CMD_REG(chippos, "<ABCD>", "move to chip A, B, C or D")
CMD_REG(go, "init|cont", "start wafer test (press <cr> to stop)")
CMD_REG(first, "", "go to first die and clear wafer map")
CMD_REG(next, "", "go to next die")
CMD_REG(goto, "", "go to specified die")
// -- Wafer Test Adapter commands ----------------------------------------
/*
CMD_REG(vdreg, "", "") // regulated VD
CMD_REG(vdcap, "", "") // unregulated VD for contact test
CMD_REG(vdac, "", "") // regulated VDAC
*/