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

Class SingleThreadNetwork

 object --+        
          |        
??.instance --+    
              |    
     SimNetwork --+
                  |
                 SingleThreadNetwork

Help on SingleThreadNetwork [class]: Network which can only be run by one thread

Instance Methods [hide private]
 
__init__(...)
Help on SingleThreadNetwork::SingleThreadNetwork(SimParameter sp=SimParameter::Default) [constructor]
 
setDistributionStrategy(...)
Help on void SimNetwork::setDistributionStrategy(DistributionStrategy::DistributionFunction * distFunc) [member function]

Inherited from SimNetwork: add, addAnalogMessage, addObject, addSpikeMessage, advance, connect, connectFast, create, get_dt, initialize, insert, maxLocalEngineID, mount, mpi_rank, mpi_size, nAnalogMessages, nSpikeMessage, object, record, reset, seed, set_dt, simParameter, simulate

Inherited from unreachable.instance: __new__

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on SingleThreadNetwork::SingleThreadNetwork(SimParameter sp=SimParameter::Default) [constructor]

Overrides: object.__init__

setDistributionStrategy(...)

 

Help on void SimNetwork::setDistributionStrategy(DistributionStrategy::DistributionFunction * distFunc) [member function]

Overrides: SimNetwork.setDistributionStrategy
(inherited documentation)