Package VisionEgg :: Module DaqLPT :: Class LPTOutput
[frames] | no frames]

Class LPTOutput

source code

         object --+                
                  |                
ClassWithParameters --+            
                      |            
  Daq.ChannelParameters --+        
                          |        
          Daq.Functionality --+    
                              |    
                     Daq.Output --+
                                  |
                                 LPTOutput

Instance Methods
 
put_data(self, data)
Set output bits 0-7 (pins 2-9) on the LPT port.
source code
 
__del__(self)
Set output bits low when closing.
source code

Inherited from Daq.Functionality: __init__

Inherited from ClassWithParameters: __getstate__, __setstate__, get_specified_type, is_constant_parameter, set, verify_parameters

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables

Inherited from ClassWithParameters: __safe_for_unpickling__, constant_parameters_and_defaults, parameters_and_defaults

Properties

Inherited from object: __class__

Method Details

put_data(self, data)

source code 
Set output bits 0-7 (pins 2-9) on the LPT port.

Overrides: Daq.Output.put_data