pylabrobot.opentrons.flex.Flex.retract_axis#

async Flex.retract_axis(axis: str) → None#

Retract axis to its home position, clearing the deck below it.

Raises:

ValueError – If axis is not one the robot addresses. Raised before any wire command is sent.

Parameters:

axis (str)

Return type:

None