CSIM: GVD_Gate Class Reference
GVD_Gate Class Reference#include <generic_ion_gates.h>
Inheritance diagram for GVD_Gate:
List of all members.
Detailed Description
A generic voltage dependent ion gate.
Public Member Functions
-
virtual int updateInternal (void)
- Set the initial conditions for time
: .
Public Attributes
-
double Vh
- Inflection point of the sigmoidal function
[units=Volt; range=(-1,1); readwrite;].
-
double Vc
- Determines the slope of the sigmoidal function
[units=Volt; range=(-1,1); readwrite;].
-
double Ts
- Scale of the time constant
[range=(0,1e15); readwrite;].
-
double Te
- Additional exponential factor of the time constant
[range=(-1,1); readwrite;].
Protected Attributes
-
double * C1
- The look up table for the exponential Euler integration 'constant'
.
-
double * C2
- The look up table for the exponential Euler integration 'constant'
.
Friends
|