Package VisionEgg :: Module Daq :: Class Analog
[frames] | no frames]

Class Analog

source code

         object --+            
                  |            
ClassWithParameters --+        
                      |        
      ChannelParameters --+    
                          |    
                 SignalType --+
                              |
                             Analog

Instance Methods

Inherited from SignalType: __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
  constant_parameters_and_defaults = {'gain':(1.0, ve_types.Real...

Inherited from ClassWithParameters: __safe_for_unpickling__, parameters_and_defaults

Properties

Inherited from object: __class__

Class Variable Details

constant_parameters_and_defaults

Value:
{'gain':(1.0, ve_types.Real), 'offset':(0.0, ve_types.Real)}