|
| def | __init__ (self, start, stop, code, deadfrac, thrust, nconfig=-1, nworking=-1, comment='') |
| |
| def | updateStart (self, newStart) |
| |
| def | updateStop (self, newStop) |
| |
Definition at line 170 of file DetStatusLib.py.
◆ __init__()
| def python.DetStatusLib.StatusObj.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
stop, |
|
|
|
code, |
|
|
|
deadfrac, |
|
|
|
thrust, |
|
|
|
nconfig = -1, |
|
|
|
nworking = -1, |
|
|
|
comment = '' |
|
) |
| |
Definition at line 172 of file DetStatusLib.py.
172 def __init__(self,start,stop,code,deadfrac,thrust,nconfig=-1,nworking=-1,comment=''):
176 self.deadfrac=deadfrac
179 self.nworking=nworking
◆ updateStart()
| def python.DetStatusLib.StatusObj.updateStart |
( |
|
self, |
|
|
|
newStart |
|
) |
| |
◆ updateStop()
| def python.DetStatusLib.StatusObj.updateStop |
( |
|
self, |
|
|
|
newStop |
|
) |
| |
◆ code
| python.DetStatusLib.StatusObj.code |
◆ comment
| python.DetStatusLib.StatusObj.comment |
◆ deadfrac
| python.DetStatusLib.StatusObj.deadfrac |
◆ nconfig
| python.DetStatusLib.StatusObj.nconfig |
◆ nworking
| python.DetStatusLib.StatusObj.nworking |
◆ start
| python.DetStatusLib.StatusObj.start |
◆ stop
| python.DetStatusLib.StatusObj.stop |
◆ thrust
| python.DetStatusLib.StatusObj.thrust |
The documentation for this class was generated from the following file: