pylabrobot.centrifuge.centrifuge.Centrifuge#
- class pylabrobot.centrifuge.centrifuge.Centrifuge(backend: CentrifugeBackend)#
Bases:
Machine
The front end for centrifuges.
Attributes
None if not at a bucket or unknown, otherwise the resource representing the bucket.
Methods
__init__
(backend)deserialize
(data)rotate_distance
(distance)setup
(**backend_kwargs)start_spin_cycle
(g, duration, acceleration)stop
()- Parameters:
backend (CentrifugeBackend)