pynn_brainscales.brainscales2.projections.Connection

class pynn_brainscales.brainscales2.projections.Connection(projection, pre_index, post_index, **parameters)

Bases: pyNN.common.projections.Connection

Store an individual plastic connection and information about it. Provide an interface that allows access to the connection’s weight, delay and other attributes.

__init__(projection, pre_index, post_index, **parameters)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(projection, pre_index, post_index, …)

Initialize self.

as_tuple(*attribute_names)

round_up_63(value)

Grenade expects the maximum weight the user wants to set.

Attributes

delay

weight

as_tuple(*attribute_names)
property delay
static round_up_63(value)

Grenade expects the maximum weight the user wants to set. We currently do not implement a maximum weight in PyNN. Therefore, we round it up to the maximum weight possible with the given number of synapses needed to realize the given value.

property weight