Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
ActiveChannel Class Reference
#include <activechannel.h>
Inheritance diagram for ActiveChannel:
List of all members.
Detailed Description
Base Class for all active ionic channels using ion gates.
The Model
Generic active channel with arbitray number of ion gates .
is computed as
where
is the maximal conductance, and
is fraction of
-type gates currently open.
Note that no specific gates are modeled. Instead arbitrary ion gate objects can be connected to the channel.
Input/Output Signals
Same as for class IonChannel .
Public Attributes
-
float Gbar
- The maximum conductance of the channel; [units=S; range=(0,1); readwrite;].
Protected Attributes
-
int nGates
- The number of ion gates.
-
int lGates
- Memory currently allocated for ion gates.
Friends