hvl_ccb.dev.cube.errors

digraph inheritance447fb5a330 { bgcolor=transparent; rankdir=TB; size=""; "CCBError" [URL="../hvl_ccb.error.html#hvl_ccb.error.CCBError",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"]; "CubeEarthingStickOperationError" [URL="../hvl_ccb.dev.cube.errors.html#hvl_ccb.dev.cube.errors.CubeEarthingStickOperationError",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"]; "CubeError" -> "CubeEarthingStickOperationError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CubeError" [URL="../hvl_ccb.dev.cube.errors.html#hvl_ccb.dev.cube.errors.CubeError",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"]; "DeviceError" -> "CubeError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CubeRemoteControlError" [URL="../hvl_ccb.dev.cube.errors.html#hvl_ccb.dev.cube.errors.CubeRemoteControlError",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"]; "CubeError" -> "CubeRemoteControlError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CubeStatusChangeError" [URL="../hvl_ccb.dev.cube.errors.html#hvl_ccb.dev.cube.errors.CubeStatusChangeError",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"]; "CubeError" -> "CubeStatusChangeError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CubeStopError" [URL="../hvl_ccb.dev.cube.errors.html#hvl_ccb.dev.cube.errors.CubeStopError",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"]; "CubeError" -> "CubeStopError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DeviceError" [URL="../hvl_ccb.dev.base.html#hvl_ccb.dev.base.DeviceError",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"]; "CCBError" -> "DeviceError" [arrowsize=0.5,style="setlinewidth(0.5)"]; "PICubeTestParameterError" [URL="../hvl_ccb.dev.cube.errors.html#hvl_ccb.dev.cube.errors.PICubeTestParameterError",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"]; "CubeError" -> "PICubeTestParameterError" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Errors of the different “Cubes”.

exception CubeEarthingStickOperationError[source]

Bases: CubeError

exception CubeError[source]

Bases: DeviceError

exception CubeRemoteControlError[source]

Bases: CubeError

exception CubeStatusChangeError[source]

Bases: CubeError

exception CubeStopError[source]

Bases: CubeError

exception PICubeTestParameterError[source]

Bases: CubeError