pylabrobot.brooks.precise_flex.PreciseFlex.set_profile_in_range#

async PreciseFlex.set_profile_in_range(profile_index: int, in_range_value: float) None#

Set the InRange property of the specified profile.

Parameters:
  • profile_index (int) – The profile index to modify.

  • in_range_value (float) – The new InRange value from -1 to 100.

  • possible (-1 = do not stop at end of motion if blending is)

  • error (0 = always stop but do not check end point)

  • point (> 0 = wait until close to end)

Raises:

ValueError – If in_range_value is not between -1 and 100.

Return type:

None