pylabrobot.brooks.precise_flex.PreciseFlex.release_brake#

async PreciseFlex.release_brake(axis: int) None#

Release the axis brake.

Overrides the normal operation of the brake. It is important that the brake not be set while a motion is being performed. This feature is used to lock an axis to prevent motion or jitter.

Parameters:

axis (int) – The number of the axis whose brake should be released.

Return type:

None