RunBase#
Module: iqm.station_control.interface.models.run
- class RunBase(*, run_id, username, experiment_name, experiment_label, options=<factory>, software_version_set_id=0)#
Bases:
objectAbstract base class of run data.
Attributes
Unique identifier of the software version set of the current Python runtime.
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.
Methods
- Parameters:
Inheritance
