WafermapDieCommandGroup
Bases: CommandGroupBase
This Command group bundles commands for setting up dies on a wafermap.
add(x, y)
Add a die to the wafermap. If the die is already part of the map nothing happens.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
x |
int
|
The column of the die. |
required |
y |
int
|
The row of the die. |
required |
remove(x, y)
Remove a die from the wafermap.
This will mark the die as nonexistant and make it unavailable for stepping. Removed dies are treated as if they were physically not present on the wafer.
Wraps SENTIO's map:die:remove remote command.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
x |
int
|
The column of the die. |
required |
y |
int
|
The row of the die. |
required |
select(x, y)
Selects a die for testing by adding it to the test path.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
x |
int
|
The column of the die. |
required |
y |
int
|
The row of the die. |
required |
unselect(x, y)
Unselects a die from testing by removing it from the test path.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
x |
int
|
The column of the die. |
required |
y |
int
|
The row of the die. |
required |
handler: python options: members: WafermapDieCommandGroup