pygrenade_vx.network.multicompartment.mechanisms.MembraneCapacitance

class pygrenade_vx.network.multicompartment.mechanisms.MembraneCapacitance(capacitance: int = 0)

Bases: pygrenade_vx.network.multicompartment.mechanisms.Mechanism

Mechanism that defines the membrane capacitance of a compartment.

__init__(capacitance: int = 0)

Initialize membrane capacitance with given capacitance.

Parameters

capacitance – Capacitance of the membrane.

Methods

__init__([capacitance])

Initialize membrane capacitance with given capacitance.

copy()

Create copy of the mechanism.

to_grenade()

Create the mechanism in grenade.

copy()pygrenade_vx.network.multicompartment.mechanisms.MembraneCapacitance

Create copy of the mechanism.

Returns

Copy of the mechanism.

to_grenade()_pygrenade_vx_network.MechanismCapacitance

Create the mechanism in grenade.

Returns

Grenade object of the mechanism.