pylabrobot.resources.PlateCarrier.get_2d_center_offsets#

PlateCarrier.get_2d_center_offsets(n: int = 1) List[Coordinate]#

Get the offsets (from bottom left) of the center(s) of this resource.

If n is greater than one, the offsets are equally spaced along a column (the y axis), all having the same x and z coordinates. The z coordinate is the bottom of the resource.

The offsets are returned from high y (back) to low y (front).

Parameters:

n (int) –

Return type:

List[Coordinate]