AFL.automation.APIServer.data.TiledClients.DriverTask#

Classes

ArrayClient(*args, item, **kwargs)

Client-side wrapper around an array-like that returns in-memory arrays

DriverTask(*args, **kwargs)

a subclass of tiled.ArrayClient that adds accessor methods to iterate over samples, drivers, and convienence methods that let you filter by sample name/driver more easily

Eq(key, value)

Query equality of a given key's value to the specified value.

tqdm

alias of tqdm_asyncio

class AFL.automation.APIServer.data.TiledClients.DriverTask.DriverTask(*args, **kwargs)[source]#

a subclass of tiled.ArrayClient that adds accessor methods to iterate over samples, drivers, and convienence methods that let you filter by sample name/driver more easily

__init__(*args, **kwargs)[source]#
property start_time#
property end_time#
property queued_time#
property exit_state#
property return_val#
property task_name#
property task#