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

Class Channel

         object --+    
                  |    
ClassWithParameters --+
                      |
                     Channel

Known Subclasses:
DaqServerChannel, LPTChannel

Method Summary
  __init__(self, **kw)
Create self.parameters and set values.
  arm_trigger(self)
    Inherited from ClassWithParameters
  get_specified_type(self, parameter_name)
  is_constant_parameter(self, parameter_name)
  set(self, **kw)
Set a parameter with type-checked value This is the slow but safe way to set parameters.
  verify_parameters(self)
Perform type check on all parameters...
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __repr__(x)
x.__repr__() <==> repr(x)...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
x.__str__() <==> str(x)...
    Inherited from type
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...

Class Variable Summary
dict constant_parameters_and_defaults = {'signal_type': (None...
    Inherited from ClassWithParameters
tuple __slots__ = ('parameters', 'constant_parameters')
member_descriptor constant_parameters = <member 'constant_parameters' of '...
member_descriptor parameters = <member 'parameters' of 'ClassWithParameter...
ParameterDefinition parameters_and_defaults = {}

Method Details

__init__(self, **kw)
(Constructor)

Create self.parameters and set values.
Overrides:
VisionEgg.ClassWithParameters.__init__ (inherited documentation)

Class Variable Details

constant_parameters_and_defaults

Type:
dict
Value:
{'daq_mode': (None, <VisionEgg.ParameterTypes.Instance object at 0x40c\
29e2c>),
 'functionality': (None,
                   <VisionEgg.ParameterTypes.Instance object at 0x40c2\
9e6c>),
 'signal_type': (None,
                 <VisionEgg.ParameterTypes.Instance object at 0x40c29d\
cc>)}                                                                  

Generated by Epydoc 2.0 on Fri Sep 19 18:29:36 2003 http://epydoc.sf.net