AFL.automation.prepare.SweepBuilderWidget#

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.

HBox(**kwargs)

Displays multiple widgets horizontally using the flexible box model.

Label(**kwargs)

Label widget.

Layout(**kwargs)

Layout specification

SweepBuilderWidget(deck)

SweepBuilderWidget_Model(deck)

SweepBuilderWidget_View()

Text(**kwargs)

Single line textbox widget.

VBox(**kwargs)

Displays multiple widgets vertically using the flexible box model.

class AFL.automation.prepare.SweepBuilderWidget.SweepBuilderWidget(deck)[source]#
__init__(deck)[source]#
plot_binary_cb(click)[source]#
plot_ternary_cb(click)[source]#
calc_sweep_cb(click)[source]#
validate_sweep_cb(click)[source]#
get_sweep_data()[source]#
get_deck()[source]#
update_component_row_cb(event)[source]#
start()[source]#
class AFL.automation.prepare.SweepBuilderWidget.SweepBuilderWidget_Model(deck)[source]#
__init__(deck)[source]#
validate_sweep(tolerance, progress=None)[source]#
calc_sweep(sweep_dict, progress)[source]#
class AFL.automation.prepare.SweepBuilderWidget.SweepBuilderWidget_View[source]#
__init__()[source]#
make_stock_grid(component_names)[source]#
make_ternary_plot(component_names)[source]#
make_binary_plot(component_names)[source]#
start(component_names)[source]#