Trees | Indices | Help |
---|
|
Concrete class managing battery safety via a collection of objects that support the get_voltage method.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Polls voltage sensors listed in self.sensors for voltage measurements at the rate specified by self.rate If a measurement is ready, it is stored in self.last as a (time,voltage) pair, and this pair is returned. Otherwise, returns (None,None) If the voltage is below vmin -- raises a SafetyError |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |