AHP_Channel Class Reference
#include <ahp_channel.h>
Inheritance diagram for AHP_Channel:
List of all members.
Detailed Description
AHP model with constant activation gating function and constant step increase of the calcium concentration.
Reference: Fuhrmann G, Markram H, Tsodyks M. Spike frequency adaptation and neocortical rhythms. J Neurophysiol. 2002 Aug;88(2):761-70.
Public Attributes
-
float Gbar
- The maximum conductance of the channel; [units=S; range=(0,1); readwrite;].
-
float n
- Fraction of the open conductance; [range=(0,1); readonly;].
-
float u
- Constant step increase in n for each spike; [range=(0,1); readwrite;].
-
float Ts
- Time constant for the deactivation of the current; [range=(0,1e15); readwrite;].
Protected Attributes
-
float C1
- Constant for the exponential Euler integration step;.
Friends