Module pypcsim :: Class DelayCond
[hide private]
[frames] | no frames]

Class DelayCond

                                                                          object --+                
                                                                                   |                
                                                                         ??.instance --+            
                                                                                       |            
                                                                ConnObjectValueGenerator --+        
                                                                                           |        
ConnObjectValueGeneratorSpecialization_SpatialSimObjectPopulation_SpatialSimObjectPopulation --+    
                                                                                               |    
                                                                 SpatialConnObjectValueGenerator --+
                                                                                                   |
                                                                                                  DelayCond

Help on DelayCond [class]:

Delay depends on the conductance velocity 
 velocity is drawn from a BndNormalDistribution

Instance Methods [hide private]
 
__init__(...)
Help on DelayCond::DelayCond(double v_mean, double v_sd, double v_min, double v_max) [constructor]
 
clone(...)
Help on ConnObjectValueGenerator * ConnObjectValueGenerator::clone() const [member function]
 
generate(...)
Help on double ConnObjectValueGenerator::generate(size_t src_idx, size_t dst_idx, RandomEngine * rnd) [member function]

Inherited from ConnObjectValueGeneratorSpecialization_SpatialSimObjectPopulation_SpatialSimObjectPopulation: init

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 160
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on DelayCond::DelayCond(double v_mean, double v_sd, double v_min, double v_max) [constructor]

Overrides: object.__init__

clone(...)

 

Help on ConnObjectValueGenerator * ConnObjectValueGenerator::clone() const [member function]

Overrides: ConnObjectValueGenerator.clone
(inherited documentation)

generate(...)

 

Help on double ConnObjectValueGenerator::generate(size_t src_idx, size_t dst_idx, RandomEngine * rnd) [member function]

Overrides: ConnObjectValueGenerator.generate
(inherited documentation)