pygrenade_vx.network.abstract.MulticompartmentNeuronMapping

class pygrenade_vx.network.abstract.MulticompartmentNeuronMapping

Bases: pygrenade_common.InterTopologyHyperEdge

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_network_abstract.MulticompartmentNeuronMapping, readout_sources: list[dict[pygrenade_common.CompartmentOnNeuron, list[pyhaldls_vx_v3.NeuronConfig.ReadoutSource]]]) -> None

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

Methods

__init__(*args, **kwargs)

Overloaded function.

copy(self)

map_input_data(self, …)

move(self)

valid(self, linked_vertex_descriptors, …)

Attributes

readout_sources

copy(self: _pygrenade_vx_network_abstract.MulticompartmentNeuronMapping)pygrenade_common.InterTopologyHyperEdge
map_input_data(self: _pygrenade_vx_network_abstract.MulticompartmentNeuronMapping, model_vertex_parameterizations: list[list[Optional[pygrenade_common.PortData]]], linked_vertex_descriptors: list[pygrenade_common.VertexOnTopology], reference_vertex_descriptors: list[pygrenade_common.VertexOnTopology], mapped_topology: pygrenade_common.LinkedTopology)list[list[pygrenade_common.PortData]]
move(self: _pygrenade_vx_network_abstract.MulticompartmentNeuronMapping)pygrenade_common.InterTopologyHyperEdge
property readout_sources
valid(self: _pygrenade_vx_network_abstract.MulticompartmentNeuronMapping, linked_vertex_descriptors: list[pygrenade_common.VertexOnTopology], reference_vertex_descriptors: list[pygrenade_common.VertexOnTopology], mapped_topology: pygrenade_common.LinkedTopology)bool