RunBase#
- class RunBase(*, run_id, username, experiment_name, experiment_label, options, software_version_set_id)#
Bases:
object
Abstract base class of run data.
Module:
iqm.station_control.interface.models.run
Attributes
Unique identifier of the run.
User who defined the run.
Identifier of the Experiment (
Experiment.name
).Freeform label of the Experiment.
Experiment-specific options or toggles that generated the run.
Unique identifier of the software version set of the current Python runtime.
Methods
- Parameters: