AFL.automation.prepare.SampleSeriesWidget#

Functions

sqrt(x, /)

Return the square root of x.

Classes

Button(**kwargs)

Button widget.

Checkbox(**kwargs)

Displays a boolean value in the form of a checkbox.

Client([ip, port, username, interactive])

Communicate with APIServer

FloatText(**kwargs)

Displays a float value within a textbox.

HBox(**kwargs)

Displays multiple widgets horizontally using the flexible box model.

IntText(**kwargs)

Textbox widget that represents an integer.

Label(**kwargs)

Label widget.

Layout(**kwargs)

Layout specification

SampleSeriesWidget(deck)

SampleSeriesWidget_Model(deck)

SampleSeriesWidget_View()

Text(**kwargs)

Single line textbox widget.

VBox(**kwargs)

Displays multiple widgets vertically using the flexible box model.

class AFL.automation.prepare.SampleSeriesWidget.SampleSeriesWidget(deck)[source]#
__init__(deck)[source]#
apply_protocol_order_cb(event)[source]#
apply_protocol_order()[source]#
update_protocol_order_preview_cb(event)[source]#
make_protocol()[source]#
make_catch_protocol()[source]#
submit_cb(event)[source]#
build_label(index)[source]#
example_label_cb(event)[source]#
make_all_labels_cb(event)[source]#
make_all_labels()[source]#
sync_to_prepare_cb(event)[source]#
reset_uuid_cb(event)[source]#
update_sort_order_cb(event, direction)[source]#
make_mixing_wells()[source]#
update_mixing_well_preview_cb(event)[source]#
submit_mixing_wells_cb(event)[source]#
start()[source]#
class AFL.automation.prepare.SampleSeriesWidget.SampleSeriesWidget_Model(deck)[source]#
__init__(deck)[source]#
adjust_protocol_order(mix_order)[source]#
class AFL.automation.prepare.SampleSeriesWidget.SampleSeriesWidget_View[source]#
__init__()[source]#
make_component_grid(components, nsamples)[source]#
make_pipette_params(name)[source]#
make_mixing_wells()[source]#
start(components, nsamples, stock_names)[source]#