pylabrobot.centrifuge.vspin.VSpin.start_spin_cycle#

async VSpin.start_spin_cycle(g: float = 500, duration: float = 60, acceleration: float = 80) None#

Start a spin cycle. spin spin spin spin

Parameters:
  • g (float) – relative centrifugal force, also known as g-force

  • duration (float) – How much time spent actually spinning at the desired g in seconds

  • acceleration (float) – 1-100% of total acceleration

Return type:

None

Examples

Spin with 1000 g-force (close to 3000rpm) for 5 minutes at 100% acceleration

>>> cf.start_spin_cycle(g = 1000, duration = 300, acceleration = 100)