sweep#
Sweep related station control interface models.
Full path: iqm.station_control.interface.models.sweep
Classes
Abstract base class of the sweep definition and data. |
|
The content of the sweep stored in the database. |
|
The content of the sweep object when creating it. |
|
Status for sweeps. |
Inheritance
digraph inheritance0cee45c9db { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Enum" [URL="https://docs.python.org/3.11/library/enum.html#enum.Enum",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="Create a collection of name/value pairs."]; "SweepBase" [URL="iqm.station_control.interface.models.sweep.SweepBase.html#iqm.station_control.interface.models.sweep.SweepBase",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 sweep definition and data."]; "SweepData" [URL="iqm.station_control.interface.models.sweep.SweepData.html#iqm.station_control.interface.models.sweep.SweepData",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 sweep stored in the database."]; "SweepBase" -> "SweepData" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SweepDefinition" [URL="iqm.station_control.interface.models.sweep.SweepDefinition.html#iqm.station_control.interface.models.sweep.SweepDefinition",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 sweep object when creating it."]; "SweepBase" -> "SweepDefinition" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SweepStatus" [URL="iqm.station_control.interface.models.sweep.SweepStatus.html#iqm.station_control.interface.models.sweep.SweepStatus",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="Status for sweeps."]; "Enum" -> "SweepStatus" [arrowsize=0.5,style="setlinewidth(0.5)"]; }