pylabrobot.centrifuge.vspin_backend.VSpinBackend.spin# async VSpinBackend.spin(g: float = 500, duration: float = 60, acceleration: float = 0.8, deceleration: float = 0.8) → None# Start a spin cycle. spin spin spin spin Parameters: g (float) – relative centrifugal force, also known as g-force duration (float) – time in seconds spent at speed (g) acceleration (float) – 0-1 of total acceleration deceleration (float) – 0-1 of total deceleration Return type: None