pylabrobot.resources.hamilton.hamilton_decks.HamiltonDeck.get_location_wrt# HamiltonDeck.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