pylabrobot.resources.tecan.plate_carriers.MP_3Pos_Flat

Contents

pylabrobot.resources.tecan.plate_carriers.MP_3Pos_Flat#

pylabrobot.resources.tecan.plate_carriers.MP_3Pos_Flat(name: str) TecanPlateCarrier#

Tecan part no. 10612624

Coley:

return TecanPlateCarrier(
  name=name,
  size_x=149.0,
  size_y=295.0,
  size_z=6.0,
  off_x=12.0,
  off_y=11.0,
  sites=create_homogeneous_carrier_sites(locations=[
      Coordinate(11.7, 10.5, 6.0),
      Coordinate(11.0, 106.4, 6.0),
      Coordinate(11.0, 202.8, 6.0),
    ],
    site_size_x=127.0,
    site_size_y=85.5,
  ),
  model="MP_3Pos_Flat"
)
Parameters:

name (str)

Return type:

TecanPlateCarrier