run

run#

Run related station control interface models.

Full path: iqm.station_control.interface.models.run

Classes

RunBase

Abstract base class of run data.

RunConfigurationBase

Abstract base class of the run configuration data.

RunData

The content of the run and its configuration stored in the database.

RunDefinition

The content of the run object when creating it.

RunLite

The data of the run stored in the database, excluding run configuration data.

RunWithTimestamps

Abstract base class of run data including timestamps.

Inheritance

digraph inheritance7a26c02049 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "RunBase" [URL="iqm.station_control.interface.models.run.RunBase.html#iqm.station_control.interface.models.run.RunBase",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract base class of run data."]; "RunConfigurationBase" [URL="iqm.station_control.interface.models.run.RunConfigurationBase.html#iqm.station_control.interface.models.run.RunConfigurationBase",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract base class of the run configuration data."]; "RunData" [URL="iqm.station_control.interface.models.run.RunData.html#iqm.station_control.interface.models.run.RunData",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The content of the run and its configuration stored in the database."]; "RunWithTimestamps" -> "RunData" [arrowsize=0.5,style="setlinewidth(0.5)"]; "RunConfigurationBase" -> "RunData" [arrowsize=0.5,style="setlinewidth(0.5)"]; "RunDefinition" [URL="iqm.station_control.interface.models.run.RunDefinition.html#iqm.station_control.interface.models.run.RunDefinition",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The content of the run object when creating it."]; "RunBase" -> "RunDefinition" [arrowsize=0.5,style="setlinewidth(0.5)"]; "RunConfigurationBase" -> "RunDefinition" [arrowsize=0.5,style="setlinewidth(0.5)"]; "RunLite" [URL="iqm.station_control.interface.models.run.RunLite.html#iqm.station_control.interface.models.run.RunLite",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="The data of the run stored in the database, excluding run configuration data."]; "RunWithTimestamps" -> "RunLite" [arrowsize=0.5,style="setlinewidth(0.5)"]; "RunWithTimestamps" [URL="iqm.station_control.interface.models.run.RunWithTimestamps.html#iqm.station_control.interface.models.run.RunWithTimestamps",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract base class of run data including timestamps."]; "RunBase" -> "RunWithTimestamps" [arrowsize=0.5,style="setlinewidth(0.5)"]; }