pylabrobot.brooks.precise_flex.PreciseFlex.set_profile_acceleration#

async PreciseFlex.set_profile_acceleration(profile_index: int, acceleration_pct: float) None#

Set the acceleration property of the specified profile.

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

  • acceleration_pct (float) – The new acceleration as a percentage (0-100). 100 = maximum acceleration.

Raises:

ValueError – If acceleration_pct is not between 0 and 100.

Return type:

None