pygrenade_vx.network.multicompartment.neuron_components.Compartment
-
class
pygrenade_vx.network.multicompartment.neuron_components.Compartment Bases:
objectSubstructure of multicompartment-neuron-model.
-
__init__() Initialize compartment with mechanisms of compartments class.
Methods
__init__()Initialize compartment with mechanisms of compartments class.
copy()Copy the compartment.
Create compartment in grenade.
-
copy() → pygrenade_vx.network.multicompartment.neuron_components.Compartment Copy the compartment.
- Returns
Copy of the compartment.
-
to_grenade() → _pygrenade_vx_network.Compartment Create compartment in grenade.
- Returns
Grenade object of the compartment.
-