WafermapPoiCommandGroup
Bases: CommandGroupBase
A command group for working with Points of Interest (POI) on the wafermap.
add(x, y, desc)
Add a POI to the list.
Wraps SENTIO's map:poi:add remote command.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
x |
float
|
The x coordinate of the POI. |
required |
y |
float
|
The y coordinate of the POI. |
required |
desc |
str
|
The description of the POI. |
required |
get_num()
Returns the number of POIs in the list.
Wraps SENTIO's map:poi:get_num remote command.
Returns:
Type | Description |
---|---|
int
|
The number of POIs in the list. |
reset(stage, refXy)
Reset the list of POIs.
Clears the list and resets its stage and position reference settings.
Wraps SENTIO's map:poi:reset remote command.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
stage |
Stage
|
The stage to reset the POIs for. |
required |
refXy |
PoiReferenceXy
|
The reference point for the POIs. |
required |
step(target)
Step to a POI in the list.
Wraps SENTIO's map:poi:step remote command.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
target |
str | int
|
The target POI to step to. This is either the index of the poi or the id of the poi. |
required |
step_first()
Step to the first POI in the list.
Wraps SENTIO's map:poi:step_first remote command.
step_next()
Step to the next POI in the list.
Wrap SENTIO's map:poi:step_next remote command.
handler: python options: members: WafermapPoiCommandGroup