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

Class Channel

source code

         object --+    
                  |    
ClassWithParameters --+
                      |
                     Channel

Instance Methods
 
__init__(self, **kw)
Create self.parameters and set values.
source code
 
arm_trigger(self) source code

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 = {'signal_type':(None, ve_ty...

Inherited from ClassWithParameters: __safe_for_unpickling__, parameters_and_defaults

Properties

Inherited from object: __class__

Method Details

__init__(self, **kw)
(Constructor)

source code 
Create self.parameters and set values.

Overrides: ClassWithParameters.__init__
(inherited documentation)

Class Variable Details

constant_parameters_and_defaults

Value:
{'signal_type':(None, ve_types.Instance(SignalType)), 'daq_mode':(None\
, ve_types.Instance(DaqMode)), 'functionality':(None, ve_types.Instanc\
e(Functionality)),}