Package dics :: Module cortex :: Class TimeoutError
[hide private]
[frames] | no frames]

Class TimeoutError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          TimeoutError

Exception raised when there is no response from the Cortex controller. This most likely means it's been disconnected, switched off, or a command has been sent to a non-existant unit in a daisy chain.

Attributes: command - the last command string sent to the controller

Instance Methods [hide private]
  __init__(self, command)

Inherited from exceptions.Exception: __getitem__, __str__


Method Details [hide private]

__init__(self, command)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__