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

Class DistributedSingleThreadNetwork

 object --+            
          |            
??.instance --+        
              |        
     SimNetwork --+    
                  |    
 DistributedNetwork --+
                      |
                     DistributedSingleThreadNetwork

Help on DistributedSingleThreadNetwork [class]:
Network which encapsulates a distributed single-threaded simulation. 

 Network class used for setup and running simulations on multiple single-processor machines 
 (distributed single-thread scenario). 
 Contains interfaces for construction of the network, i.e. adding SimObject objects (neurons, synapses, etc.) and 
 connecting them, and for simulation control. 
 
 \sa DistributedNetwork, SimNetwork

Nested Classes [hide private]

Inherited from DistributedNetwork: ConnectInfo

Instance Methods [hide private]
 
__init__(...)
Help on DistributedSingleThreadNetwork::DistributedSingleThreadNetwork(SimParameter sp=SimParameter::Default) [constructor]

Inherited from DistributedNetwork: getGlobalEngineID, getLocation, maxGlobalEngineID, maxLocalEngineID

Inherited from SimNetwork: add, addAnalogMessage, addObject, addSpikeMessage, advance, connect, connectFast, create, get_dt, initialize, insert, mount, mpi_rank, mpi_size, nAnalogMessages, nSpikeMessage, object, record, reset, seed, setDistributionStrategy, 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__ = 5216
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

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

Overrides: object.__init__