netconinc

Accession:53904
netcon.inc is a general summed synapse mechanism based on <br> <br> Lytton WW. Optimizing synaptic conductance calculation for network simulations <br> Neural Computation, 8:501--510, 1996. <br> <br> eg <br> COMMENT <br> USAGE: for most receptors <br> ***************************************************************************** <br> NEURON { <br> POINT_PROCESS NAME <br> } <br> <br> PARAMETER { <br> Cdur = 1.08 (ms) : transmitter duration (rising phase) <br> Alpha = 1 (/ms mM) : forward (binding) rate <br> Beta = 0.02 (/ms) : backward (unbinding) rate <br> Erev = -80 (mV) : reversal potential <br> } <br> <br> INCLUDE "netsyn.inc" <br> ***************************************************************************** <br>
Tool Information (Click on a link to find other Tools with that property)
Tool Type: Utility;
Simulation Environment: NEURON;
\
netconinc
README
netcon.inc
                            
netcon.inc is a general summed synapse mechanism based on  
 
Lytton WW. Optimizing synaptic conductance calculation for network simulations 
Neural Computation, 8:501--510, 1996.   
 
eg 
COMMENT 
USAGE: for most receptors 
 ***************************************************************************** 
    NEURON { 
      POINT_PROCESS NAME 
    } 
 
    PARAMETER { 
      Cdur	= 1.08	(ms)		: transmitter duration (rising phase) 
      Alpha	= 1	(/ms mM)	: forward (binding) rate 
      Beta	= 0.02	(/ms)		: backward (unbinding) rate 
      Erev	= -80	(mV)		: reversal potential 
    } 
     
    INCLUDE "netcon.inc" 
 *****************************************************************************