pylabrobot.resources.Coordinate

Contents

pylabrobot.resources.Coordinate#

class pylabrobot.resources.Coordinate(x: float = 0, y: float = 0, z: float = 0)#

Bases: object

Represents coordinates. This is often used to represent the location of a Resource, relative to its parent resource.

Attributes

x

y

z

Methods

__init__([x, y, z])

zero()

Parameters: