AFL.automation.APIServer.DummyDriver#

Functions

ceil(x, /)

Return the ceiling of x as an Integral.

listify(obj)

sqrt(x, /)

Return the square root of x.

Classes

Driver(name[, defaults, overrides, useful_links])

DummyDriver([name, overrides, useful_links])

class AFL.automation.APIServer.DummyDriver.DummyDriver(name=None, overrides=None, useful_links=None)[source]#
defaults = {'density of water': 1.0, 'speed of light': 300000000.0}#
__init__(name=None, overrides=None, useful_links=None)[source]#
status()[source]#
test_command1(kwarg1=None, kwarg2=True)[source]#

A test command with positional and keyword parameters

test_command2(kwarg1=False, kwarg2=False, kwarg3=True)[source]#

A test command with positional and keyword parameters

test_command_sets_data(kwarg1=False, kwarg2=False, kwarg3=True)[source]#

A test command with positional and keyword parameters

how_many(**kwargs)[source]#
test_plot(**kwargs)[source]#
test_image(**kwargs)[source]#
quickbar_test(text_field='Three', int_field=3, float_field=3.14, bool_field=True)[source]#
quickbar_test2()[source]#
dummy_reset_tank_levels(rinse1=950, rinse2=950, waste=0)[source]#
loadSample(cellname='cell', sampleVolume=0)[source]#