pygrenade_vx.network.multicompartment.neuron_components.CompartmentConnection
-
class
pygrenade_vx.network.multicompartment.neuron_components.CompartmentConnection(source: str, target: str, conductance: int = 0) Bases:
objectConnection between two compartments.
-
__init__(source: str, target: str, conductance: int = 0) Initialize connection between source and target compartment with given conductance.
- Parameters
source – Source compartment-descriptor of the connection.
target – Target compartment-descriptor of the connection.
conductance – Conductance of the connection.
Methods
__init__(source, target[, conductance])Initialize connection between source and target compartment with given conductance.
-