bluesky.callbacks.best_effort.BestEffortCallback

class bluesky.callbacks.best_effort.BestEffortCallback(*, fig_factory=None, table_enabled=True, **kwargs)[source]
__init__(*, fig_factory=None, table_enabled=True, **kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(*[, fig_factory, table_enabled])

Initialize self.

bulk_datum(doc)

bulk_events(doc)

clear()

datum(doc)

datum_page(doc)

descriptor(doc)

disable_baseline()

Opposite of enable_baseline()

disable_heading()

Opposite of enable_heading()

disable_plots()

Do not plot anything.

disable_table()

Opposite of enable_table()

emit(name, doc)

Emit to the callable provided an instantiation time, if any.

enable_baseline()

Print hinted fields from the ‘baseline’ stream.

enable_heading()

Print timestamp and IDs at the top of a run.

enable_plots()

Plot hinted fields from all streams not in noplot_streams.

enable_table()

Print hinted readings from the ‘primary’ stream in a LiveTable.

event(doc)

event_page(doc)

plot_prune_fifo(num_lines, x_signal, y_signal)

Find the plot with axes x_signal and y_signal.

resource(doc)

start(doc)

stop(doc)

Attributes

log