|
def | __init__ (self, start, stop, code, deadfrac, thrust, nconfig=-1, nworking=-1, comment='') |
|
def | updateStart (self, newStart) |
|
def | updateStop (self, newStop) |
|
Definition at line 171 of file DetStatusLib.py.
◆ __init__()
def python.DetStatusLib.StatusObj.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
stop, |
|
|
|
code, |
|
|
|
deadfrac, |
|
|
|
thrust, |
|
|
|
nconfig = -1 , |
|
|
|
nworking = -1 , |
|
|
|
comment = '' |
|
) |
| |
Definition at line 173 of file DetStatusLib.py.
173 def __init__(self,start,stop,code,deadfrac,thrust,nconfig=-1,nworking=-1,comment=''):
177 self.deadfrac=deadfrac
180 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: