pylabrobot.tilting.tilter.Tilter.experimental_get_plate_drain_offsets

pylabrobot.tilting.tilter.Tilter.experimental_get_plate_drain_offsets#

Tilter.experimental_get_plate_drain_offsets(plate: Plate, absolute_angle: float | None = None) List[Coordinate]#

Get the drain edge offsets for all wells in the given plate, tilted around the hinge at a given absolute angle.

Parameters:
  • plate (Plate) – The plate to calculate the offsets for.

  • absolute_angle (float | None) – The absolute angle to rotate the plate. If None, the current tilt angle.

Return type:

List[Coordinate]