pylabrobot.opentrons.flex.Flex.setup#
- async Flex.setup(skip_home: bool = False) None#
Bring the robot fully up, PyLabRobot’s usual one-call lifecycle entry.
Composed of the steps below so a caller who needs only some of them (talk to the robot without moving it, hand it back without homing it) can take them one at a time.
- Parameters:
skip_home (bool)
- Return type:
None