pylabrobot.brooks.precise_flex.PreciseFlex.set_profile_speed#

async PreciseFlex.set_profile_speed(profile_index: int, speed_pct: float) None#

Set the speed property of the specified profile.

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

  • speed_pct (float) – The new speed as a percentage (0-100). 100 = full speed.

Raises:

ValueError – If speed_pct is not between 0 and 100.

Return type:

None