pygrenade_vx.network.abstract.ExternalSourceNeuronMapping

class pygrenade_vx.network.abstract.ExternalSourceNeuronMapping

Bases: pygrenade_common.InterTopologyHyperEdge

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_network_abstract.ExternalSourceNeuronMapping, labels: list[dict[int, list[pyhalco_hicann_dls_vx_v3.SpikeLabel]]]) -> None

  2. __init__(self: _pygrenade_vx_network_abstract.ExternalSourceNeuronMapping, arg0: _pygrenade_vx_network_abstract.ExternalSourceNeuronMapping) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

copy(self)

map_input_data(self, …)

move(self)

valid(self, linked_vertex_descriptors, …)

Attributes

labels

copy(self: _pygrenade_vx_network_abstract.ExternalSourceNeuronMapping)pygrenade_common.InterTopologyHyperEdge
property labels
map_input_data(self: _pygrenade_vx_network_abstract.ExternalSourceNeuronMapping, reference_vertex_input_data: list[list[Optional[pygrenade_common.PortData]]], linked_vertex_descriptors: list[pygrenade_common.VertexOnTopology], reference_vertex_descriptors: list[pygrenade_common.VertexOnTopology], topology: pygrenade_common.LinkedTopology)list[list[pygrenade_common.PortData]]
move(self: _pygrenade_vx_network_abstract.ExternalSourceNeuronMapping)pygrenade_common.InterTopologyHyperEdge
valid(self: _pygrenade_vx_network_abstract.ExternalSourceNeuronMapping, linked_vertex_descriptors: list[pygrenade_common.VertexOnTopology], reference_vertex_descriptors: list[pygrenade_common.VertexOnTopology], topology: pygrenade_common.LinkedTopology)bool