pylabrobot.centrifuge.centrifuge.Centrifuge#
- class pylabrobot.centrifuge.centrifuge.Centrifuge(backend: CentrifugeBackend)#
Bases:
Machine
The front end for centrifuges. Centrifuges are devices that can spin samples at high speeds.
Attributes
Methods
__init__
(backend)deserialize
(data)rotate_distance
(distance)setup
(**backend_kwargs)start_spin_cycle
(g, duration, acceleration)stop
()- Parameters:
backend (CentrifugeBackend)