Module pypcsim :: Class DistributedNetwork :: Class ConnectInfo
[hide private]
[frames] | no frames]

Class ConnectInfo

 object --+    
          |    
??.instance --+
              |
             DistributedNetwork.ConnectInfo

Help on DistributedNetwork::ConnectInfo [struct]:

Instance Methods [hide private]
 
__eq__(...)
 
__init__(...)
Help on DistributedNetwork::ConnectInfo::ConnectInfo() [constructor]
 
__ne__(...)

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 28
Properties [hide private]
  first_spike_output_port_id
Help on DistributedNetwork::ConnectInfo::first_spike_output_port_id [variable]
  nAnalogInputPorts
Help on DistributedNetwork::ConnectInfo::nAnalogInputPorts [variable]
  nAnalogOutputPorts
Help on DistributedNetwork::ConnectInfo::nAnalogOutputPorts [variable]
  nSpikeInputPorts
Help on DistributedNetwork::ConnectInfo::nSpikeInputPorts [variable]
  nSpikeOutputPorts
Help on DistributedNetwork::ConnectInfo::nSpikeOutputPorts [variable]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on DistributedNetwork::ConnectInfo::ConnectInfo() [constructor]

Help on DistributedNetwork::ConnectInfo::ConnectInfo(int sp, int si, int so, int ai, int ao) [constructor]

Overrides: object.__init__

Property Details [hide private]

first_spike_output_port_id

Help on DistributedNetwork::ConnectInfo::first_spike_output_port_id [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nAnalogInputPorts

Help on DistributedNetwork::ConnectInfo::nAnalogInputPorts [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nAnalogOutputPorts

Help on DistributedNetwork::ConnectInfo::nAnalogOutputPorts [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nSpikeInputPorts

Help on DistributedNetwork::ConnectInfo::nSpikeInputPorts [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

nSpikeOutputPorts

Help on DistributedNetwork::ConnectInfo::nSpikeOutputPorts [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)