|
| | __init__ (self, start, stop, code, deadfrac, thrust, nconfig=-1, nworking=-1, comment='') |
| | updateStart (self, newStart) |
| | updateStop (self, newStop) |
Definition at line 170 of file DetStatusLib.py.
◆ __init__()
| 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=''):
173 self.start=start
174 self.stop=stop
175 self.code=code
176 self.deadfrac=deadfrac
177 self.thrust=thrust
178 self.nconfig=nconfig
179 self.nworking=nworking
180 self.comment=comment
181
◆ updateStart()
| python.DetStatusLib.StatusObj.updateStart |
( |
| self, |
|
|
| newStart ) |
Definition at line 182 of file DetStatusLib.py.
182 def updateStart(self,newStart):
183 self.start=newStart
184
◆ updateStop()
| python.DetStatusLib.StatusObj.updateStop |
( |
| self, |
|
|
| newStop ) |
Definition at line 185 of file DetStatusLib.py.
185 def updateStop(self,newStop):
186 self.stop=newStop
187
◆ code
| python.DetStatusLib.StatusObj.code = code |
◆ comment
| python.DetStatusLib.StatusObj.comment = comment |
◆ deadfrac
| python.DetStatusLib.StatusObj.deadfrac = deadfrac |
◆ nconfig
| python.DetStatusLib.StatusObj.nconfig = nconfig |
◆ nworking
| python.DetStatusLib.StatusObj.nworking = nworking |
◆ start
| python.DetStatusLib.StatusObj.start = start |
◆ stop
| python.DetStatusLib.StatusObj.stop = stop |
◆ thrust
| python.DetStatusLib.StatusObj.thrust = thrust |
The documentation for this class was generated from the following file: