bluesky.utils.ProgressBar#

class bluesky.utils.ProgressBar(status_objs, delay_draw=0.2)[source]#

Alias for backwards compatibility

__init__(status_objs, delay_draw=0.2)#

Represent status objects with a progress bars.

Parameters:
status_objslist

Status objects

delay_drawfloat, optional

To avoid flashing progress bars that will complete quickly after they are displayed, delay drawing until the progress bar has been around for awhile. Default is 0.2 seconds.

Methods

__init__(status_objs[, delay_draw])

Represent status objects with a progress bars.

clear()

draw()

update(pos, *[, name, current, initial, ...])