Name: Compartment_C
Purpose: The base C implementation of the Compartment class. This is a container for Dynamics, and Synapses. It is electrotonically coupled to neighbouring compartments.
Provided by: _p3
Source: compartment.c
Examples: test_pr.py
Inherits:
Constructor: Compartment_C(cell) where cell is a Cell object
Provides:
NameTypeAttributesDescription
emtraceboolRWmark compartment for Em tracing
capacitancefloatRWmembrane capacitance
APthresholdfloatRWaction potential detection (or triggering) threshold
APtimeslistROTime stamps of action potentials for the window just ending
traceTimeslistROtimes of trace samples for the current window
traceDatalistROtrace samples for the current window
dynamicslistROlist of Dynamics objects attached to this compartment
synapselistROlist of Synapse objects attached to this compartment
ownerCellROCell object owning this compartment
EmfloatRWmembrane potential