RunWithTimestamps#
- class RunWithTimestamps(*, run_id, username, experiment_name, experiment_label, options, software_version_set_id, created_timestamp, modified_timestamp, begin_timestamp, end_timestamp)#
Bases:
RunBaseAbstract base class of run data including timestamps.
Module:
iqm.station_control.interface.models.runAttributes
Time when the object was created in the database.
Time when the object was last modified in the database.
Time when the run began in the station control.
Time when the run ended in the station control.
run_idUnique identifier of the run.
usernameUser who defined the run.
experiment_nameIdentifier of the Experiment (
Experiment.name).experiment_labelFreeform label of the Experiment.
optionsExperiment-specific options or toggles that generated the run.
software_version_set_idUnique identifier of the software version set of the current Python runtime.
Methods
- Parameters: