pygrenade_vx.network.multicompartment.morphology_builder.Compartment

class pygrenade_vx.network.multicompartment.morphology_builder.Compartment

Bases: object

Substructure 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.

to_grenade()

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.