pylabrobot.brooks.precise_flex.PreciseFlex.setup#

async PreciseFlex.setup(skip_home: bool = False)#

Initialize the PreciseFlex driver.

Opens the socket connection, sets response mode to PC, powers on the robot, attaches it, and (optionally) homes it.

Parameters:

skip_home (bool) – If True, skip the homing step during setup.