Skip to content

WafermapPathCommandGroup

Bases: CommandGroupBase

This command group bundles functions for setting up and using the test path of the wafermap.

A test path defines which dies are tested in which order.

create_from_bin(bin_val)

Create test path by using all dies with a specific bin.

Wraps SENTIO's map:path:create_from_bin remote command.

Parameters:

Name Type Description Default
bin_val int

The bin value to use.

required

get_die(seq)

Get die column and row coordinates from a sequence number.

Wraps SENTIO's map:path:get_die remote command.

Parameters:

Name Type Description Default
seq int

The sequence number of the die.

required

Returns:

Type Description
Tuple[int, int]

A tuple with the column and row coordinates of the die.

select_dies(selection)

Select dies for testing.

Wraps SENTIO's map:path:select_dies remote command.

Parameters:

Name Type Description Default
selection TestSelection

The selection of dies to select.

required

set_routing(sp, pri)

Set up path finnding for stepping by specifying a start point position and a row or column priority for routing.

Wraps SENTIO's map:set_routing remote command.

Parameters:

Name Type Description Default
sp RoutingStartPoint

The start point of the routing.

required
pri RoutingPriority

The priority of the routing (rows first, columns first).

required

handler: python options: members: WafermapPathCommandGroup