Package kenozooid :: Package driver :: Class Simulator

Class Simulator

source code

object --+
         |
        Simulator

Diving computer dive simulation interface.
Instance Methods
 
start(self)
Start dive simulation on dive computer.
source code
 
stop(self)
Stop dive simulation on dive computer.
source code
 
depth(self, d)
Send simulated depth to a dive computer.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  driver = None
Properties

Inherited from object: __class__