extension

Allows to create user-defined components to use on an experiment.

Functions

upgrade_database(experiment)

Upgrade the database schema of the experiment to the latest version.

stamp_database(experiment)

Mark old databases schema with the original revision.

Classes

Experiment([storage_config])

Configure parameters and register extensions for a specific experiment.

DeviceExtension(*, label, ...)

Define how to implement a device plugin.

TimeLaneExtension(label, lane_type, dumper, ...)

Define how to implement a time lane plugin.