pylabrobot.brooks.precise_flex.PreciseFlex.select_robot#
- async PreciseFlex.select_robot(robot_number: int) None#
Change the robot associated with this communications link.
Does not affect the operation or attachment state of the robot. The status thread may select any robot or 0. Except for the status thread, a robot may only be selected by one thread at a time.
- Parameters:
robot_number (int) – The new robot to be connected to this thread (1 to N_ROB) or 0 for none.
- Return type:
None