RunLite#
- class RunLite(*, run_id, username, experiment_name, experiment_label, options, software_version_set_id, created_timestamp, modified_timestamp, begin_timestamp, end_timestamp, sweep_id)#
Bases:
RunWithTimestampsThe data of the run stored in the database, excluding run configuration data.
Module:
iqm.station_control.interface.models.runAttributes
Unique identifier of the associated sweep.
created_timestampTime when the object was created in the database.
modified_timestampTime when the object was last modified in the database.
begin_timestampTime when the run began in the station control.
end_timestampTime 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: