Go to the source code of this file.
ps varNames push_back |
( |
tS("g_PS") |
| ) |
|
ps varTypes push_back |
( |
tS("float") |
| ) |
|
ps pNames push_back |
( |
tS("tau_syn_PS") |
| ) |
|
ps pNames push_back |
( |
tS("E_PS") |
| ) |
|
Initial value:
$(g_PS) += (-$(g_PS)/$(tau_syn_PS))*DT; \n \
$(inSyn) = 0; \
")
#define tS(X)
Macro providing the abbreviated syntax tS() instead of toString().
Definition: toString.h:43
Initial value:
0; \n \
float Isyn_NB = 0; \n \
{ \n \
float v_PS = lV_NB; \n \
float g_in_PS = $(inSyn); \
$(g_PS) = $(g_PS)+g_in_PS; \n \
Isyn_NB += ($(g_PS)*($(E_PS)-v_PS)); \n \
} \n \
")
#define tS(X)
Macro providing the abbreviated syntax tS() instead of toString().
Definition: toString.h:43