pylabrobot.temperature_controlling.opentrons.OpentronsTemperatureModuleV2.get_location_wrt#

OpentronsTemperatureModuleV2.get_location_wrt(other: Resource, x: str = 'l', y: str = 'f', z: str = 'b') Coordinate#

Get the location of this resource with respect to another resource.

Parameters:
  • other (Resource) – The resource to get the location with respect to.

  • x (str) – "l"/"left", "c"/"center", or "r"/"right"

  • y (str) – "b"/"back", "c"/"center", or "f"/"front"

  • z (str) – "t"/"top", "c"/"center", or "b"/"bottom"

Return type:

Coordinate