pylabrobot.tilting.tilter_backend.TilterBackend.set_angle

pylabrobot.tilting.tilter_backend.TilterBackend.set_angle#

abstract async TilterBackend.set_angle(angle: float)#

Set the tilt module to rotate by a given angle.

We assume the rotation anchor is the right side of the module. This may change in the future if we integrate other tilt modules.

Parameters:

angle (float) – The angle to rotate by, in degrees. Clockwise. 0 is horizontal.